mirror of
https://github.com/wiiu-env/EnvironmentLoader.git
synced 2024-11-23 14:39:15 +01:00
Remove debug logs
This commit is contained in:
parent
bdf9e079c8
commit
95014a2123
@ -14,7 +14,6 @@ public:
|
||||
}
|
||||
~MemoryWrapper() {
|
||||
if (mPtr && mFreeFn) {
|
||||
DEBUG_FUNCTION_LINE_ERR("Free memory wrapper for %08X %d", mPtr, mSize);
|
||||
memset(mPtr, 0, mSize);
|
||||
mFreeFn(mPtr);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user