From ab7121940814ae23f837f8a7ee9dfdd4c5ca2760 Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Fri, 12 Feb 2010 18:31:30 +0000 Subject: [PATCH] syntax/parse: removed conventions debugging output svn: r18067 --- collects/syntax/private/stxparse/rep.ss | 1 - 1 file changed, 1 deletion(-) diff --git a/collects/syntax/private/stxparse/rep.ss b/collects/syntax/private/stxparse/rep.ss index 6123aa654a..e9b71a9798 100644 --- a/collects/syntax/private/stxparse/rep.ss +++ b/collects/syntax/private/stxparse/rep.ss @@ -227,7 +227,6 @@ [(regexp? name) ;; Conventions rule; delay class lookup until module/intdefs pass2 ;; to allow forward references - (fprintf (current-error-port) "conventions aux def\n") (with-syntax ([parser (generate-temporary class)] [description (generate-temporary class)]) (values (make den:delayed #'parser #'get-description class)