repair test

Remove logging output in test.
This commit is contained in:
Matthew Flatt 2018-05-24 22:06:38 -06:00
parent 851ea57ef9
commit 02ea4e47f8

View File

@ -1140,7 +1140,6 @@
'dispatch-macro 'dispatch-macro
(lambda (char in name line col pos) (lambda (char in name line col pos)
(define v (read/recursive in)) (define v (read/recursive in))
(log-error ">> ~s" v)
v))]) v))])
(define v (read in2)) (define v (read in2))
(test '((abc) ((abc))) values v) (test '((abc) ((abc))) values v)