diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/custommem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/custommem.c b/src/custommem.c index 843532bb..4d4ab240 100644 --- a/src/custommem.c +++ b/src/custommem.c @@ -940,7 +940,6 @@ void allocProtection(uintptr_t addr, size_t size, uint32_t prot) void loadProtectionFromMap() { -printf_log(LOG_INFO, "loadProtectionFromMap(), mapclean=%d\n", box64_mapclean); if(box64_mapclean) return; char buf[500]; |