diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-10 12:43:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-10 12:43:42 -0400 |
commit | 82e08d64fb7e20f689a5d4e06df83afc45b8b684 (patch) | |
tree | ba46f56585a6c885cd8be91f02eca328bf29f42e /Build | |
parent | 410a1a4d6699438fe0d0f0ce68815620109cae14 (diff) |
remove debug
Diffstat (limited to 'Build')
-rw-r--r-- | Build/EvilLinker.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/EvilLinker.hs b/Build/EvilLinker.hs index e62b5a4f9..3e3237a6f 100644 --- a/Build/EvilLinker.hs +++ b/Build/EvilLinker.hs @@ -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 |