vm: remove some debugging crumbs

db4
Joe Groff 2011-10-26 22:00:19 -07:00
parent 27c43ea6a3
commit fb2d105e83
1 changed files with 0 additions and 1 deletions

View File

@ -298,7 +298,6 @@ static BOOL WINAPI ctrl_handler(DWORD dwCtrlType)
void factor_vm::open_console()
{
std::cout << "setting ctrl handler\n";
SetConsoleCtrlHandler(factor::ctrl_handler, TRUE);
}