From af30c19ee075580fab3b78ee2270165c77e5015f Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 13 Aug 2017 20:47:47 -0400 Subject: [PATCH] Remove unused debug --- racket/syndicate/trace/stderr.rkt | 1 - 1 file changed, 1 deletion(-) 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)