unnecessary import in BufferedLogger

This commit is contained in:
Mark Harrah 2010-07-19 12:32:13 -04:00
parent 1169493115
commit 56b0b7592d
1 changed files with 0 additions and 1 deletions

View File

@ -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