diff --git a/util/log/BufferedLogger.scala b/util/log/BufferedLogger.scala index 054a4b55d..38f845e11 100644 --- a/util/log/BufferedLogger.scala +++ b/util/log/BufferedLogger.scala @@ -3,7 +3,6 @@ */ package sbt - import sbt.{AbstractLogger, ControlEvent, Level, Log, LogEvent, SetLevel, SetTrace, Success, Trace} import scala.collection.mutable.ListBuffer /** A logger that can buffer the logging done on it and then can flush the buffer