remove debugging code that was accidentally pushed

This commit is contained in:
Matthew Flatt 2012-03-13 14:49:02 -06:00
parent 6e7fb4e7ef
commit 9838cb37e8

View File

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