From 9838cb37e8a298d214259db7a8bdd1224190f0f1 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 13 Mar 2012 14:49:02 -0600 Subject: [PATCH] remove debugging code that was accidentally pushed --- src/racket/src/startup.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/racket/src/startup.inc b/src/racket/src/startup.inc index d382f041e9..e90268b810 100644 --- a/src/racket/src/startup.inc +++ b/src/racket/src/startup.inc @@ -660,10 +660,6 @@ "(or(and(not bm) am) " "(and am bm(>=(cdr am)(cdr bm)) am)))))))" "(lambda(path expect-module)" -"(with-continuation-mark" -" parameterization-key" -" orig-paramz" -" (printf \"~s ~s\\n\" path expect-module))" "(unless(path-string? path)" " (raise-type-error 'load/use-compiled \"path or valid-path string\" path))" "(unless(or(not expect-module)"