[ADVAPI32]

- Clean up a leftover debug print

svn path=/trunk/; revision=64549
This commit is contained in:
Jérôme Gardou 2014-10-05 20:17:43 +00:00
parent 32e7565688
commit b9a7078e90

View file

@ -143,7 +143,6 @@ CreateProcessAsUserA(HANDLE hToken,
/* Resume the main thread */
if (!(dwCreationFlags & CREATE_SUSPENDED))
{
ERR("Resuming thread!\n");
ResumeThread(lpProcessInformation->hThread);
}