Merge pull request #34 from jazzwolf/main

Remove leftover debug output
This commit is contained in:
Maurice Heumann 2022-10-01 18:28:44 +02:00 committed by GitHub
commit 95cf7736c6

View File

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