remove accidentally comitted debugging output

This commit is contained in:
Matthew Flatt 2020-10-30 17:01:09 -06:00
parent a53250ddd7
commit 741048eebb

View File

@ -68,9 +68,7 @@
(alarm-evt (+ timeout (current-inexact-milliseconds))))
(lambda (x)
(log "alarm woke up, waiting to suspend engine" w)
(log-error "TRYING TIMEOUT")
(semaphore-wait can-stop-lock)
(log-error "DOING TIMEOUT")
(log "suspending engine" w)
(thread-suspend worker)
(semaphore-post can-stop-lock)