diff --git a/collects/typed-scheme/typecheck/tc-app-unit.ss b/collects/typed-scheme/typecheck/tc-app-unit.ss index 698e3c9c..e0a64c4c 100644 --- a/collects/typed-scheme/typecheck/tc-app-unit.ss +++ b/collects/typed-scheme/typecheck/tc-app-unit.ss @@ -816,7 +816,6 @@ (or (type-annotation f #:infer #t) (generalize (tc-expr/t ac))))]) - (printf "case 2 ~a~n" ts) (tc/rec-lambda/check form args body lp ts expected) (ret expected))]))