about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-04-19 22:44:49 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-04-19 22:44:49 +0200
commite7113b228fa58565d366c105266c47de2148177b (patch)
treeff13bc21cb941334c3d235ab492a14c6879f4dba /src
parentbc3cfe82cf886083f22d91826c10cacae618311d (diff)
downloadbox64-e7113b228fa58565d366c105266c47de2148177b.tar.gz
box64-e7113b228fa58565d366c105266c47de2148177b.zip
[BOX32][WRAPPER] Removed a debug leftover
Diffstat (limited to 'src')
-rw-r--r--src/wrapped32/wrappedlibxxf86vm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wrapped32/wrappedlibxxf86vm.c b/src/wrapped32/wrappedlibxxf86vm.c
index 8d386bb7..b04e3c4b 100644
--- a/src/wrapped32/wrappedlibxxf86vm.c
+++ b/src/wrapped32/wrappedlibxxf86vm.c
@@ -44,7 +44,6 @@ EXPORT int my32_XF86VidModeGetAllModeLines(x64emu_t* emu, void* dpy, int screen,
     my_XF86VidModeModeInfo_t** infos_l;
     int ret = my->XF86VidModeGetAllModeLines(dpy, screen, num, &infos_l);
     if(*num>0) {
-printf_log(LOG_INFO, "XF86VidModeGetAllModeLines return %d, with *num=%d\n", ret, *num);
         *infos = to_ptrv(infos_l);
         ptr_t* small = from_ptrv(*infos);
         // shrink the array, the structure is fine