From 07eef38a72b78aed6c01c94ee13851b94c7cde3b Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sun, 21 Mar 2010 22:58:42 +0000 Subject: [PATCH] whoops svn: r18594 original commit: 52186197c7cb750819507ab89f97e54a142d4743 --- collects/scribble/sigplan/lang.ss | 1 - 1 file changed, 1 deletion(-) 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])