vm: remove some debugging crumbs
parent
27c43ea6a3
commit
fb2d105e83
|
@ -298,7 +298,6 @@ static BOOL WINAPI ctrl_handler(DWORD dwCtrlType)
|
||||||
|
|
||||||
void factor_vm::open_console()
|
void factor_vm::open_console()
|
||||||
{
|
{
|
||||||
std::cout << "setting ctrl handler\n";
|
|
||||||
SetConsoleCtrlHandler(factor::ctrl_handler, TRUE);
|
SetConsoleCtrlHandler(factor::ctrl_handler, TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue