From 3657a3601f8d04c7682527e712468f790a6a5d42 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Nov 2012 15:19:02 -0400 Subject: remove showOutput; git is run in quiet mode --- Command/Unannex.hs | 1 - 1 file changed, 1 deletion(-) 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", -- cgit v1.2.3