From 05cff9b4367a26fee8a336665262bb123223499b Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 16 Feb 2026 00:00:08 +0100 Subject: revert debug code --- src/app/main.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/app/main.cc b/src/app/main.cc index 9bbbaaf..587c4fc 100644 --- a/src/app/main.cc +++ b/src/app/main.cc @@ -398,8 +398,7 @@ int main(int argc, char** argv) { // Use graphics time for the print interval to avoid excessive output if // audio clock is slow static float last_graphics_print_time = -1.0f; - if (true || - current_physical_time - last_graphics_print_time >= + if (current_physical_time - last_graphics_print_time >= 0.5f) { // Print every 0.5 seconds if (tempo_test_enabled) { printf( -- cgit v1.2.3