Disabling debug printf statement.

svn: r11538

original commit: b44494abe5113ae5ac31ba6a185ac870ca2fe212
This commit is contained in:
Danny Yoo 2008-09-04 19:35:51 +00:00
parent 220318bbae
commit 7cce53d9eb

View File

@ -148,7 +148,7 @@
[(null? lst) (list x)]
[else
(let ([fst-kwd (syntax-e (car (car lst)))])
(printf "comparing ~s to ~s\n" (car x) fst-kwd)
#;(printf "comparing ~s to ~s\n" (car x) fst-kwd)
(cond
[(equal? (syntax-e (car x)) fst-kwd)
(raise-syntax-error #f