fix build warning

strangely only OSX noticed this was imported and unused
This commit is contained in:
Joey Hess 2014-12-29 16:44:56 -04:00
parent 415b2c53ed
commit db9d022640

View file

@ -42,7 +42,7 @@ import Data.Progress.Tracker
import Data.Quantity
import System.Log.Logger
import System.Log.Formatter
import System.Log.Handler (setFormatter, LogHandler)
import System.Log.Handler (setFormatter)
import System.Log.Handler.Simple
import Common hiding (handle)