aboutsummaryrefslogtreecommitdiff
path: root/Command/ContentLocation.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-20 13:25:22 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-20 13:25:22 -0400
commit2dacf40a9ed734ecc723242f7fd68d24b74052f8 (patch)
tree9882e3396af58571ebe1fafec46f318d11edaa53 /Command/ContentLocation.hs
parent91c9f6f086cf6d503c3ecb10a211c0c946e554eb (diff)
remove no longer needed noMessages
All three of these are using batch mode to drive their processing, so there is no automatic output, and noMessages is no longer needed.
Diffstat (limited to 'Command/ContentLocation.hs')
-rw-r--r--Command/ContentLocation.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/ContentLocation.hs b/Command/ContentLocation.hs
index 8a5eaa7a9..d228636f6 100644
--- a/Command/ContentLocation.hs
+++ b/Command/ContentLocation.hs
@@ -14,7 +14,7 @@ import Annex.Content
import Types.Key
cmd :: Command
-cmd = noCommit $ noMessages $
+cmd = noCommit $
command "contentlocation" SectionPlumbing
"looks up content for a key"
(paramRepeating paramKey)