mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user