remove stray debug code

This commit is contained in:
folkert van heusden 2022-06-09 21:08:02 +02:00
parent b60debfd22
commit be4fbdc4ec

View file

@ -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;