remove some debug prints
This commit is contained in:
parent
3d0f41518d
commit
340208f86b
1 changed files with 1 additions and 4 deletions
|
@ -62,11 +62,8 @@ concurrentMessage iserror msg _ = go =<< consoleRegion <$> Annex.getState Annex.
|
||||||
where
|
where
|
||||||
go Nothing
|
go Nothing
|
||||||
| iserror = liftIO $ Console.errorConcurrent msg
|
| iserror = liftIO $ Console.errorConcurrent msg
|
||||||
| otherwise = do
|
| otherwise = liftIO $ Console.outputConcurrent msg
|
||||||
liftIO $ Console.outputConcurrent ("REGION MESSAGE NO REGION" ++ show msg)
|
|
||||||
liftIO $ Console.outputConcurrent msg
|
|
||||||
go (Just r) = do
|
go (Just r) = do
|
||||||
liftIO $ Console.outputConcurrent ("REGION MESSAGE " ++ show msg)
|
|
||||||
-- Can't display the error to stdout while
|
-- Can't display the error to stdout while
|
||||||
-- console regions are in use, so set the errflag
|
-- console regions are in use, so set the errflag
|
||||||
-- to get it to display to stderr later.
|
-- to get it to display to stderr later.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue