remove redundant showOutput calls.
The meter code does that too.
This commit is contained in:
parent
59da54f763
commit
356120652f
1 changed files with 0 additions and 2 deletions
|
@ -126,7 +126,6 @@ storeHelper r k feeder = go =<< glacierEnv c u
|
|||
]
|
||||
go Nothing = return False
|
||||
go (Just e) = do
|
||||
showOutput
|
||||
let p = (proc "glacier" (toCommand params)) { env = Just e }
|
||||
liftIO $ catchBoolIO $
|
||||
withHandle StdinHandle createProcessSuccess p $ \h -> do
|
||||
|
@ -147,7 +146,6 @@ retrieveHelper r k reader = go =<< glacierEnv c u
|
|||
]
|
||||
go Nothing = return False
|
||||
go (Just e) = do
|
||||
showOutput
|
||||
let p = (proc "glacier" (toCommand params)) { env = Just e }
|
||||
ok <- liftIO $ catchBoolIO $
|
||||
withHandle StdoutHandle createProcessSuccess p $ \h ->
|
||||
|
|
Loading…
Reference in a new issue