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:
Ethan Atkins
2020-07-10 14:26:14 -07:00
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