remove stray debug code
This commit is contained in:
parent
b60debfd22
commit
be4fbdc4ec
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue