summaryrefslogtreecommitdiff
path: root/rts/win32
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-09-03 20:00:03 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-09-03 20:00:03 +0000
commiteb64777602e77588cb781865f742fa23fad06d08 (patch)
tree3cf7571d82527431148ca1a3d2f9eab3a01ad319 /rts/win32
parent7bf4c6c4d89f63af5b6a2be8e69cec7e8416dbaa (diff)
downloadhaskell-eb64777602e77588cb781865f742fa23fad06d08.tar.gz
remove debugging code
Diffstat (limited to 'rts/win32')
-rw-r--r--rts/win32/Ticker.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/win32/Ticker.c b/rts/win32/Ticker.c
index d425dd58ab..599604e1c2 100644
--- a/rts/win32/Ticker.c
+++ b/rts/win32/Ticker.c
@@ -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 */