summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McDirmid <sean.mcdirmid@gmail.com>2007-09-25 13:47:49 +0000
committerSean McDirmid <sean.mcdirmid@gmail.com>2007-09-25 13:47:49 +0000
commit8df9996c16a96168b99831157d56ab829ef127ea (patch)
tree5e57f76780cd8f2640589b66ccfa9522f1fd9a5f
parent7845ce31b8c695b42694fb9f305d9e0028858048 (diff)
downloadscala-8df9996c16a96168b99831157d56ab829ef127ea.tar.gz
scala-8df9996c16a96168b99831157d56ab829ef127ea.tar.bz2
scala-8df9996c16a96168b99831157d56ab829ef127ea.zip
Taking out accidental println statement.
-rw-r--r--src/compiler/scala/tools/nsc/Interpreter.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/Interpreter.scala b/src/compiler/scala/tools/nsc/Interpreter.scala
index 761d662a1b..b958024b9e 100644
--- a/src/compiler/scala/tools/nsc/Interpreter.scala
+++ b/src/compiler/scala/tools/nsc/Interpreter.scala
@@ -357,7 +357,6 @@ class Interpreter(val settings: Settings, out: PrintWriter) {
new BatchSourceFile("<console>", code.toCharArray()))
val scanner = new compiler.syntaxAnalyzer.UnitParser(unit);
val xxx = scanner.templateStatSeq;
- Console println xxx._2
xxx._2
}