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]
|
||||
out@(s, ok) <- processTranscript' c ps environ Nothing
|
||||
putStrLn $ unwords [c, "finished", show ok, "output size:", show (length s)]
|
||||
writeFile (c ++ ".out") s
|
||||
return out
|
||||
|
||||
atFile :: FilePath -> String
|
||||
|
|
Loading…
Reference in a new issue