From 06c5fdf765648111af088cee64d6806afdd22dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sun, 5 Oct 2014 20:19:49 +0000 Subject: [PATCH] [ADVAPI32] - Kill also the debug print in the W version. svn path=/trunk/; revision=64550 --- reactos/dll/win32/advapi32/misc/logon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/dll/win32/advapi32/misc/logon.c b/reactos/dll/win32/advapi32/misc/logon.c index 80025778aa5..825654c0adf 100644 --- a/reactos/dll/win32/advapi32/misc/logon.c +++ b/reactos/dll/win32/advapi32/misc/logon.c @@ -207,7 +207,6 @@ CreateProcessAsUserW(HANDLE hToken, /* Resume the main thread */ if (!(dwCreationFlags & CREATE_SUSPENDED)) { - ERR("Resuming thread!\n"); ResumeThread(lpProcessInformation->hThread); }