diff --git a/racket/syndicate/trace/stderr.rkt b/racket/syndicate/trace/stderr.rkt index 9e12b26..6d22e6a 100644 --- a/racket/syndicate/trace/stderr.rkt +++ b/racket/syndicate/trace/stderr.rkt @@ -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)