diff --git a/collects/scheme/match/gen-match.ss b/collects/scheme/match/gen-match.ss index eac1de5174..7611f5e9e0 100644 --- a/collects/scheme/match/gen-match.ss +++ b/collects/scheme/match/gen-match.ss @@ -16,7 +16,6 @@ (with-syntax ([(xs ...) (generate-temporaries exprs)] [(exprs ...) exprs] [(fail) (generate-temporaries #'(fail))]) - ;(printf "here in go ~a~n" (list (syntax-line (orig-stx)) (syntax-source (orig-stx)))) (with-syntax ([body (compile* (syntax->list #'(xs ...)) (map (lambda (pats rhs) (unless (= len (length (syntax->list pats)))