remove brokendebug
This commit is contained in:
parent
5d57b28a34
commit
805ef65679
1 changed files with 1 additions and 5 deletions
|
@ -10,8 +10,7 @@ module Assistant.Common (
|
|||
ThreadName,
|
||||
NamedThread(..),
|
||||
runNamedThread,
|
||||
debug,
|
||||
brokendebug
|
||||
debug
|
||||
) where
|
||||
|
||||
import Common.Annex as X
|
||||
|
@ -25,9 +24,6 @@ import qualified Control.Exception as E
|
|||
type ThreadName = String
|
||||
data NamedThread = NamedThread ThreadName (Assistant ())
|
||||
|
||||
brokendebug :: ThreadName -> [String] -> IO ()
|
||||
brokendebug _ _ = noop -- TODO remove this
|
||||
|
||||
debug :: [String] -> Assistant ()
|
||||
debug ws = do
|
||||
name <- getAssistant threadName
|
||||
|
|
Loading…
Add table
Reference in a new issue