]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove forgotten debug code from w32proc.c.
authorEli Zaretskii <eliz@gnu.org>
Mon, 1 Oct 2012 09:59:53 +0000 (11:59 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 1 Oct 2012 09:59:53 +0000 (11:59 +0200)
src/w32proc.c

index b0881c25d6c5ec4d5b0c4c75c1029faaa4d6f6f5..4c20ca1337984be3a22caa0c055030f860bf8799 100644 (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);
        }