remove unneeded logging

This commit is contained in:
Akash Mozumdar 2018-09-11 13:41:24 -04:00
parent 0fe18a43ac
commit 23b4cffbb3

View File

@ -385,7 +385,6 @@ void TextHook::ClearHook()
NotifyHookRemove(hp.address);
if (hook_name) delete[] hook_name;
memset(this, 0, sizeof(TextHook)); // jichi 11/30/2013: This is the original code of ITH
ConsoleOutput("NextHooker:RemoveHook: leave");
ReleaseMutex(hmMutex);
}