remove debug
This commit is contained in:
parent
5315efa3d6
commit
2b13776449
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ runAtFile p s f extraparams = do
|
|||
when (null $ opts c) $
|
||||
error $ "failed to find any options for " ++ f ++ " in >>>" ++ s ++ "<<<"
|
||||
writeFile f (opts c)
|
||||
print $ "in file: >>>" ++ (opts c) ++ "<<<"
|
||||
out <- getOutput (cmd c) (atFile f:extraparams) (env c)
|
||||
removeFile f
|
||||
return out
|
||||
|
|
Loading…
Add table
Reference in a new issue