Remove forgotten debug code from w32proc.c.

This commit is contained in:
Eli Zaretskii 2012-10-01 11:59:53 +02:00
parent 4cdfbb8976
commit db9848e480

View file

@ -361,10 +361,8 @@ timer_loop (LPVOID arg)
DWORD result = SuspendThread (itimer->caller_thread);
if (result == (DWORD)-1)
{
DebPrint (("Thread %d exiting with status 2\n", which));
return 2;
}
return 2;
handler (sig);
ResumeThread (itimer->caller_thread);
}