diff options
| author | gingerBill <bill@gingerbill.org> | 2021-07-13 17:40:06 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-07-13 17:40:06 +0100 |
| commit | 698eeaf7c3f0884ff743169d9cb980bb5d53c59a (patch) | |
| tree | b1a1426b76c9f1c14c1b2abfeeb19c2bd015f0ed /src/timings.cpp | |
| parent | bd954d9990460912246245d77aa47584e4912659 (diff) | |
Add (internal flag) -show-debug-messages
Diffstat (limited to 'src/timings.cpp')
| -rw-r--r-- | src/timings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timings.cpp b/src/timings.cpp index b1fbdb952..bc32d1917 100644 --- a/src/timings.cpp +++ b/src/timings.cpp @@ -128,7 +128,6 @@ void timings__stop_current_section(Timings *t) { } void timings_start_section(Timings *t, String const &label) { - // gb_printf_err("[%.*s]\n", LIT(label)); timings__stop_current_section(t); array_add(&t->sections, make_time_stamp(label)); } |