diff --git a/collects/scribble/sigplan/lang.ss b/collects/scribble/sigplan/lang.ss index 56a872b9..39ddf14f 100644 --- a/collects/scribble/sigplan/lang.ss +++ b/collects/scribble/sigplan/lang.ss @@ -14,7 +14,6 @@ (define-syntax (module-begin stx) (syntax-case stx () [(_ id . body) - (printf "body: ~s\n" #'body) (let ([preprint? #f] [10pt? #f]) (let loop ([stuff #'body])