remove incomplete debugging

This commit is contained in:
Mark Harrah 2011-07-19 21:29:05 -04:00
parent e748a74eac
commit f8183cc6f2
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ object EvaluateTask
val keyString = if(log.ansiCodesSupported) RED + key.key.label + RESET else key.key.label
getStreams(key, streams).log.error(Scope.display(key.scope, keyString) + ": " + msgString)
}
for(u <- un)
log.debug(u.toString)
}
def getStreams(key: ScopedKey[_], streams: Streams): TaskStreams =
streams(ScopedKey(Project.fillTaskAxis(key).scope, Keys.streams.key))