remove debug info
This commit is contained in:
parent
bc466f675d
commit
7dd94c0846
1 changed files with 2 additions and 2 deletions
|
@ -125,8 +125,8 @@ getOutput c ps environ = do
|
|||
putStrLn $ unwords [c, show ps]
|
||||
systemenviron <- getEnvironment
|
||||
let environ' = fromMaybe [] environ ++ systemenviron
|
||||
out@(s, ok) <- processTranscript' c ps (Just environ') Nothing
|
||||
putStrLn $ unwords [c, "finished", show ok, "output size:", show (length s)]
|
||||
out@(_, ok) <- processTranscript' c ps (Just environ') Nothing
|
||||
putStrLn $ unwords [c, "finished", show ok]
|
||||
return out
|
||||
|
||||
atFile :: FilePath -> String
|
||||
|
|
Loading…
Reference in a new issue