[honu] remove debugging output

This commit is contained in:
Jon Rafkind 2011-09-06 15:44:14 -06:00
parent ffc5387ac3
commit d53332c1f7

View File

@ -4,7 +4,7 @@
(provide honu-info)
(define (honu-info key default default-filter)
(printf "get info for ~a\n" key)
; (printf "get info for ~a\n" key)
(case key
[(color-lexer) (dynamic-require 'honu/core/read
'color-lexer)]