mirror of https://github.com/sbt/sbt.git
unnecessary import in BufferedLogger
This commit is contained in:
parent
1169493115
commit
56b0b7592d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue