about summary refs log tree commit diff stats
path: root/src/custommem.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-03-07 15:08:35 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-03-07 15:08:35 +0100
commit726af707ebe92f0f1a98ea985343f6641fa45ba8 (patch)
treeea5fc90f992cc88c8a126c3143fde42d6fcdd0bc /src/custommem.c
parent0b37d4aac24518623d5a697ec0914961f827853f (diff)
downloadbox64-726af707ebe92f0f1a98ea985343f6641fa45ba8.tar.gz
box64-726af707ebe92f0f1a98ea985343f6641fa45ba8.zip
Removed a debug leftover
Diffstat (limited to 'src/custommem.c')
-rw-r--r--src/custommem.c1
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];