From 52186197c7cb750819507ab89f97e54a142d4743 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sun, 21 Mar 2010 22:58:42 +0000 Subject: [PATCH] whoops svn: r18594 --- 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 56a872b93a..39ddf14f47 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])