From 437e8ef4bd3a82053eeaa3275e38c4d4028ab9ee Mon Sep 17 00:00:00 2001 From: Philipp Haller Date: Thu, 23 Jul 2009 08:33:09 +0000 Subject: Commented brace patch output from parser. --- src/compiler/scala/tools/nsc/ast/parser/Parsers.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala b/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala index d28f9424fe..a99fb1eb57 100755 --- a/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala +++ b/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala @@ -106,7 +106,7 @@ self => for ((offset, msg) <- syntaxErrors) unit.error(o2p(offset), msg) firstTry } else { - println(patches) +// println(patches) new UnitParser(unit, patches).parse() } } -- cgit v1.2.3