refactor: remove unnecessary logging from libc hooks

This commit is contained in:
goat 2020-01-13 22:33:49 +09:00
parent 4f9cfd3b45
commit 3ba590e3f9
2 changed files with 0 additions and 4 deletions

View file

@ -39,8 +39,6 @@ namespace Dalamud.Game.Internal.Libc {
// Something got seriously fucked.
throw new AccessViolationException();
}
Log.Verbose("Deallocting {Addr}", Address);
// Deallocate inner string first
this.dealloc(Address);