about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndré Zwing <nerv@dawncrow.de>2025-05-22 21:26:44 +0200
committerAndré Zwing <nerv@dawncrow.de>2025-05-22 21:27:02 +0200
commit06d4fc79ec22cdc93ca4577bd01fc496c3eb6c0e (patch)
treec2233c1e8fffb0ccede744c2fe8b716a10ee6c6e
parentfa874ffcbca0908493aea5e45503d52df998b099 (diff)
downloadbox64-06d4fc79ec22cdc93ca4577bd01fc496c3eb6c0e.tar.gz
box64-06d4fc79ec22cdc93ca4577bd01fc496c3eb6c0e.zip
[WOW64] Remove debug messages
-rw-r--r--wow64/wowbox64.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/wow64/wowbox64.c b/wow64/wowbox64.c
index b3147404..6f7f8b46 100644
--- a/wow64/wowbox64.c
+++ b/wow64/wowbox64.c
@@ -127,7 +127,6 @@ NTSTATUS WINAPI BTCpuProcessInit(void)
     HMODULE module;
     UNICODE_STRING str;
     void **p__wine_unix_call_dispatcher;
-    __wine_dbg_output("[BOX64] BTCpuProcessInit\n");
 
 #define STATIC_ASSERT(COND, MSG) typedef char static_assertion_##MSG[(!!(COND))*2-1]
 /* otherwise adjust arm64_epilog.S and arm64_next.S */
@@ -164,7 +163,6 @@ STATIC_ASSERT(offsetof(x64emu_t, win64_teb) == 3120, offset_of_b_must_be_4);
 
     InitX64Trace(&box64_context);
 
-    __wine_dbg_output("[BOX64] BTCpuProcessInit done\n");
     return STATUS_SUCCESS;
 }
 
@@ -218,7 +216,6 @@ NTSTATUS WINAPI BTCpuThreadInit(void)
 {
     WOW64_CONTEXT *ctx;
     x64emu_t *emu = RtlAllocateHeap( GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(*emu) );
-    __wine_dbg_output("[BOX64] BTCpuThreadInit\n");
 
     RtlWow64GetCurrentCpuArea( NULL, (void **)&ctx, NULL );
     emu->context = &box64_context;