summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2009-07-23 08:33:09 +0000
committerPhilipp Haller <hallerp@gmail.com>2009-07-23 08:33:09 +0000
commit437e8ef4bd3a82053eeaa3275e38c4d4028ab9ee (patch)
tree361eb8fe797a0e7ac0b7f24b0663d128a01e870b /src
parent128c23c7880815a02667c2f720896d235ef6a7f8 (diff)
downloadscala-437e8ef4bd3a82053eeaa3275e38c4d4028ab9ee.tar.gz
scala-437e8ef4bd3a82053eeaa3275e38c4d4028ab9ee.tar.bz2
scala-437e8ef4bd3a82053eeaa3275e38c4d4028ab9ee.zip
Commented brace patch output from parser.
Diffstat (limited to 'src')
-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()
}
}