summaryrefslogtreecommitdiff
path: root/Command.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command.hs')
-rw-r--r--Command.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Command.hs b/Command.hs
index 21c50f9c0..78f9823fb 100644
--- a/Command.hs
+++ b/Command.hs
@@ -103,7 +103,6 @@ doCommand = start
stage a b = b >>= a
success = return True
failure = do
- showOutput -- avoid clutter around error message
showEndFail
return False