accidentally committed a change to this file. this is reverting it back

svn: r2453
This commit is contained in:
Robby Findler 2006-03-18 05:34:37 +00:00
parent d8217b9d27
commit 4bf37100d9

View File

@ -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?))))))