summaryrefslogtreecommitdiff
path: root/Messages.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Messages.hs')
-rw-r--r--Messages.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Messages.hs b/Messages.hs
index 1294e44f6..844c6bfc5 100644
--- a/Messages.hs
+++ b/Messages.hs
@@ -128,9 +128,9 @@ showRaw s = handle q $ putStrLn s
-
- NB: Once git-annex gets localized, this will need a rethink. -}
setupConsole :: IO ()
-setupConsole = do
- hSetBinaryMode stdout True
- hSetBinaryMode stderr True
+setupConsole = return ()
+ --hSetBinaryMode stdout True
+ --hSetBinaryMode stderr True
handle :: IO () -> IO () -> Annex ()
handle json normal = Annex.getState Annex.output >>= go