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]
|
putStrLn $ unwords [c, show ps]
|
||||||
systemenviron <- getEnvironment
|
systemenviron <- getEnvironment
|
||||||
let environ' = fromMaybe [] environ ++ systemenviron
|
let environ' = fromMaybe [] environ ++ systemenviron
|
||||||
out@(s, ok) <- processTranscript' c ps (Just environ') Nothing
|
out@(_, ok) <- processTranscript' c ps (Just environ') Nothing
|
||||||
putStrLn $ unwords [c, "finished", show ok, "output size:", show (length s)]
|
putStrLn $ unwords [c, "finished", show ok]
|
||||||
return out
|
return out
|
||||||
|
|
||||||
atFile :: FilePath -> String
|
atFile :: FilePath -> String
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue