From 4bf37100d91f0b04248b87d7b431091f69a56cb9 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 18 Mar 2006 05:34:37 +0000 Subject: [PATCH] accidentally committed a change to this file. this is reverting it back svn: r2453 --- collects/errortrace/zo-compile.ss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/collects/errortrace/zo-compile.ss b/collects/errortrace/zo-compile.ss index 359d4f9827..0ef5cf4997 100644 --- a/collects/errortrace/zo-compile.ss +++ b/collects/errortrace/zo-compile.ss @@ -9,9 +9,7 @@ (lambda (stx immediate-eval?) (if (null? (use-compiled-file-paths)) (orig stx immediate-eval?) - (parameterize ([profiling-enabled #t]) - (fprintf (current-error-port) "file ~s\n" (syntax-source stx)) - (orig (errortrace-annotate stx) immediate-eval?))))))) + (orig (errortrace-annotate stx) immediate-eval?))))))