Removing spurious debug output.

This commit is contained in:
Alex Shinn 2013-03-11 00:01:31 +09:00
parent 39e2e96a60
commit b3eab11692

View file

@ -402,7 +402,6 @@
(guard
(exn
(else
(write `(exception ,exn)) (newline)
((current-test-handler)
(if (assq-ref info 'expect-error) 'PASS 'ERROR)
(append `((exception . ,exn)) info))))