summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/compiler/scala/tools/nsc/ast/parser/Parsers.scala2
1 files changed, 1 insertions, 1 deletions
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()
}
}