remove debugging printf

svn: r13515
This commit is contained in:
Matthew Flatt 2009-02-10 15:30:30 +00:00
parent 36e903c81f
commit 01b014c2b3

View File

@ -224,9 +224,7 @@ profile todo:
orig-exp
(namespace-syntax-introduce
(datum->syntax #f orig-exp)))])
(printf "> ~s\n" (syntax->datum exp))
(let ([top-e (expand-syntax-to-top-form exp)])
(printf "~s\n" (syntax->datum top-e))
(syntax-case top-e (begin)
[(begin expr ...)
;; Found a `begin', so expand/eval each contained