Disabling debug printf statement.
svn: r11538 original commit: b44494abe5113ae5ac31ba6a185ac870ca2fe212
This commit is contained in:
parent
220318bbae
commit
7cce53d9eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user