[ADVAPI32]
[reactos.git] / reactos / dll / win32 / advapi32 / misc / logon.c
index 3d9dc6d..8002577 100644 (file)
@@ -143,7 +143,6 @@ CreateProcessAsUserA(HANDLE hToken,
     /* Resume the main thread */
     if (!(dwCreationFlags & CREATE_SUSPENDED))
     {
-        ERR("Resuming thread!\n");
         ResumeThread(lpProcessInformation->hThread);
     }