Remove unused debug

This commit is contained in:
Tony Garnock-Jones 2017-08-13 20:47:47 -04:00
parent f3b5fd6cd1
commit af30c19ee0
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@
(define (display-notification the-notification process-names ground-state-box)
(match-define (trace-notification source sink type detail) the-notification)
;; (with-color NORMAL (output "~a\n" the-notification))
(match* (type detail)
[('turn-begin (process name _beh state))
(ensure-process-named! process-names sink name)