remove debugging printf
svn: r13515
This commit is contained in:
parent
36e903c81f
commit
01b014c2b3
|
@ -224,9 +224,7 @@ profile todo:
|
||||||
orig-exp
|
orig-exp
|
||||||
(namespace-syntax-introduce
|
(namespace-syntax-introduce
|
||||||
(datum->syntax #f orig-exp)))])
|
(datum->syntax #f orig-exp)))])
|
||||||
(printf "> ~s\n" (syntax->datum exp))
|
|
||||||
(let ([top-e (expand-syntax-to-top-form exp)])
|
(let ([top-e (expand-syntax-to-top-form exp)])
|
||||||
(printf "~s\n" (syntax->datum top-e))
|
|
||||||
(syntax-case top-e (begin)
|
(syntax-case top-e (begin)
|
||||||
[(begin expr ...)
|
[(begin expr ...)
|
||||||
;; Found a `begin', so expand/eval each contained
|
;; Found a `begin', so expand/eval each contained
|
||||||
|
|
Loading…
Reference in New Issue
Block a user