summaryrefslogtreecommitdiff
path: root/Command/Unannex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-15 15:19:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-15 15:19:02 -0400
commit3657a3601f8d04c7682527e712468f790a6a5d42 (patch)
treef6f3f9e0a9f99ba666deadca5c67b907d765b63d /Command/Unannex.hs
parent3c370b6ebceba4400ce7cd8294c22f234d5696df (diff)
remove showOutput; git is run in quiet mode
Diffstat (limited to 'Command/Unannex.hs')
-rw-r--r--Command/Unannex.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/Unannex.hs b/Command/Unannex.hs
index 67d81bec0..89134bb84 100644
--- a/Command/Unannex.hs
+++ b/Command/Unannex.hs
@@ -41,7 +41,6 @@ cleanup file key = do
-- git as a normal, non-annexed file.
(s, clean) <- inRepo $ LsFiles.staged [file]
when (not $ null s) $ do
- showOutput
inRepo $ Git.Command.run "commit" [
Param "-q",
Params "-m", Param "content removed from git annex",