From a8735d44aa7a0c1f140fb571b8473cb78ab2a1cc Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Tue, 24 Jan 2006 21:22:20 +0000 Subject: Removed an annoying debug message. --- src/compiler/scala/tools/nsc/typechecker/Typers.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/scala/tools/nsc/typechecker/Typers.scala b/src/compiler/scala/tools/nsc/typechecker/Typers.scala index 82c7e608b2..0390d8b6ea 100644 --- a/src/compiler/scala/tools/nsc/typechecker/Typers.scala +++ b/src/compiler/scala/tools/nsc/typechecker/Typers.scala @@ -589,7 +589,7 @@ mixin class Typers requires Analyzer { } def typedModuleDef(mdef: ModuleDef): Tree = { - System.out.println("sourcefile of " + mdef.symbol + "=" + mdef.symbol.sourceFile); + //System.out.println("sourcefile of " + mdef.symbol + "=" + mdef.symbol.sourceFile); val clazz = mdef.symbol.moduleClass val impl1 = newTyper(context.make(mdef.impl, clazz, new Scope())) .typedTemplate(mdef.impl, parentTypes(mdef.impl)) -- cgit v1.2.3