From be4fbdc4ec56404e62389741dcb7081ddff775d8 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Thu, 9 Jun 2022 21:08:02 +0200 Subject: [PATCH] remove stray debug code --- console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.cpp b/console.cpp index f055c50..523ea84 100644 --- a/console.cpp +++ b/console.cpp @@ -218,7 +218,7 @@ void console::operator()() bool running_flag = *get_running_flag(); - printf("%d %d\n", running_flag, c); +// printf("%d %d\n", running_flag, c); if (running_flag == false && c == 3) // ^c *interrupt_emulation = *terminate = true;