remove accidentally comitted debugging output
This commit is contained in:
parent
a53250ddd7
commit
741048eebb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user