Removed debug message

This commit is contained in:
Jazzinghen 2020-05-23 23:25:45 +09:00 committed by Akash Mozumdar
parent ae35f82199
commit 409ad121ae

View File

@ -6744,12 +6744,6 @@ bool InsertTokyoNecroHook() {
}
addr += addr_offset;
std::stringstream stream;
stream << std::hex << addr;
std::string debugOut = "vnreng: TokyoNecro. Hook address: " +
stream.str();
ConsoleOutput(debugOut.c_str());
enum { push_ebp = 0x55 }; // OPCode for function begin
if (*(BYTE *)addr != push_ebp) {
// This should never happen