remove debug
This commit is contained in:
parent
2c7c07286c
commit
902d14b2ee
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ getOutput c ps environ = do
|
||||||
putStrLn $ unwords [c, show ps]
|
putStrLn $ unwords [c, show ps]
|
||||||
out@(s, ok) <- processTranscript' c ps environ Nothing
|
out@(s, ok) <- processTranscript' c ps environ Nothing
|
||||||
putStrLn $ unwords [c, "finished", show ok, "output size:", show (length s)]
|
putStrLn $ unwords [c, "finished", show ok, "output size:", show (length s)]
|
||||||
writeFile (c ++ ".out") s
|
|
||||||
return out
|
return out
|
||||||
|
|
||||||
atFile :: FilePath -> String
|
atFile :: FilePath -> String
|
||||||
|
|
Loading…
Add table
Reference in a new issue