From 6178673ae82f1f5df26e01f0a2041408617a8026 Mon Sep 17 00:00:00 2001 From: pradel Date: Tue, 10 Jun 2008 10:49:00 +0000 Subject: removed println 'typing eta' --- src/compiler/scala/tools/nsc/typechecker/Typers.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compiler') diff --git a/src/compiler/scala/tools/nsc/typechecker/Typers.scala b/src/compiler/scala/tools/nsc/typechecker/Typers.scala index dbcc130e03..28025a6d22 100644 --- a/src/compiler/scala/tools/nsc/typechecker/Typers.scala +++ b/src/compiler/scala/tools/nsc/typechecker/Typers.scala @@ -1469,7 +1469,6 @@ trait Typers { self: Analyzer => else { fun match { case etaExpansion(vparams, fn, args) if !codeExpected => - println("typing eta "+fn) silent(_.typed(fn, funMode(mode), pt)) match { case fn1: Tree => val ftpe = normalize(fn1.tpe) baseType FunctionClass(fun.vparams.length) -- cgit v1.2.3