mirror of https://github.com/sbt/sbt.git
Remove unneeded println
While I'm sure this was added for a reason, it presently is creating unnecessary and ugly newlines to the console during `~`.
This commit is contained in:
parent
dea7bdfa89
commit
3ddc7bd744
|
|
@ -797,7 +797,6 @@ private[sbt] object Continuous extends DeprecatedContinuous {
|
|||
.foreach(logger.debug(_))
|
||||
min match {
|
||||
case ShowOptions =>
|
||||
ConsoleOut.systemOut.println("")
|
||||
rawLogger.info(options)
|
||||
Watch.Ignore
|
||||
case m => m
|
||||
|
|
|
|||
Loading…
Reference in New Issue