unnecessary import in BufferedLogger

This commit is contained in:
Mark Harrah 2010-07-19 12:32:13 -04:00
parent b1b53e115e
commit 384924691b
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