[PATCH] ntdll: Avoid debug traces in _vsnprintf().

Zebediah Figura z.figura12 at gmail.com
Wed Jan 1 20:30:32 CST 2020


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/ntdll/printf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/ntdll/printf.c b/dlls/ntdll/printf.c
index 4176f945f5..f61441b36b 100644
--- a/dlls/ntdll/printf.c
+++ b/dlls/ntdll/printf.c
@@ -452,7 +452,6 @@ static int pf_vsnprintf( pf_output *out, const WCHAR *format, __ms_va_list valis
     LPCWSTR q, p = format;
     pf_flags flags;
 
-    TRACE("format is %s\n",debugstr_w(format));
     while (*p)
     {
         q = strchrW( p, '%' );
-- 
2.24.1




More information about the wine-devel mailing list