diff options
| author | Platin21 <armin.hamar@icloud.com> | 2021-04-05 19:35:03 +0200 |
|---|---|---|
| committer | Platin21 <armin.hamar@icloud.com> | 2021-04-05 19:35:03 +0200 |
| commit | f722cceef02b8fbdcaa00bb158b130dede247cc2 (patch) | |
| tree | febc437b76d71e47a2d5f69407464bd66910b4e0 /src | |
| parent | 66fb2a94eef9ad74d7cceda646a2bdef8474dc48 (diff) | |
Removed debug code
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 489669ba5..e6748f170 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2523,7 +2523,6 @@ int main(int arg_count, char const **arg_ptr) { } } - gb_printf("Started Linking!"); i32 result = system_exec_command_line_app("ld-link", "%s \"%.*s.o\" -o \"%.*s%.*s\" %s " " %s " |