Remove leftover debug output

This commit is contained in:
jazzwolf 2022-10-01 18:23:29 +02:00
parent 13c4f2dcea
commit 7c7957df06

View File

@ -45,7 +45,6 @@ namespace console
a.jmp(0x142333667_g);
});
OutputDebugStringA(message);
static_cast<void(*)(const char*)>(print_func)(message);
}