diff --git a/collects/macro-debugger/syntax-browser/display.rkt b/collects/macro-debugger/syntax-browser/display.rkt index 563a932..b79f081 100644 --- a/collects/macro-debugger/syntax-browser/display.rkt +++ b/collects/macro-debugger/syntax-browser/display.rkt @@ -19,12 +19,6 @@ (current-inexact-milliseconds) 0)) -(define eprintf - (if TIME-PRINTING? - (let ([eport (current-error-port)]) - (lambda (fmt . args) (apply fprintf eport fmt args))) - void)) - ;; FIXME: assumes text never moves ;; print-syntax-to-editor : syntax text controller<%> config number number