From 4423c5928807fabab59512e8480e47f12ccc09fa Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sat, 22 Dec 2012 09:03:07 -0800 Subject: Remove stray debugging output line. I finally reached my "CHECK THREAD ACCESS" limit. --- src/compiler/scala/tools/nsc/interactive/Global.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/scala/tools/nsc/interactive/Global.scala b/src/compiler/scala/tools/nsc/interactive/Global.scala index 0fc4fcaaf7..4ab7b98b3d 100644 --- a/src/compiler/scala/tools/nsc/interactive/Global.scala +++ b/src/compiler/scala/tools/nsc/interactive/Global.scala @@ -56,7 +56,6 @@ class Global(settings: Settings, _reporter: Reporter, projectName: String = "") import log.logreplay debugLog("logger: " + log.getClass + " writing to " + (new java.io.File(logName)).getAbsolutePath) debugLog("classpath: "+classPath) - Console.err.println("\n ======= CHECK THREAD ACCESS compiler build ========\n") private var curTime = System.nanoTime private def timeStep = { -- cgit v1.2.3