remove debugging code
authorSimon Marlow <simonmar@microsoft.com>
Mon, 3 Sep 2007 20:00:03 +0000 (20:00 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 3 Sep 2007 20:00:03 +0000 (20:00 +0000)
rts/win32/Ticker.c

index d425dd5..599604e 100644 (file)
@@ -53,9 +53,7 @@ TimerProc(PVOID param)
           waitRes = WaitForSingleObject(hStopEvent, ms);
           break;
       case TickerPause:
-          debugBelch("tick: pause");
           waitRes = WaitForSingleObject(hStopEvent, INFINITE);
-          debugBelch("tick: wakeup");
           break;
       case TickerExit:
           /* event has become signalled */