From 4f64f979316f964add68990a64a753eae05c3f9b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 2 Dec 2014 13:50:45 -0400 Subject: Don't show "(gpg)" when decrypting the remote encryption cipher, since this could be taken to read that's the only time git-annex runs gpg, which is not the case. --- Remote/Helper/Encryptable.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Remote') diff --git a/Remote/Helper/Encryptable.hs b/Remote/Helper/Encryptable.hs index 4903cffb4..11e20d7b0 100644 --- a/Remote/Helper/Encryptable.hs +++ b/Remote/Helper/Encryptable.hs @@ -109,7 +109,6 @@ remoteCipher' c = go $ extractCipher c case M.lookup encipher cache of Just cipher -> return $ Just (cipher, encipher) Nothing -> do - showNote "gpg" cipher <- liftIO $ decryptCipher encipher Annex.changeState (\s -> s { Annex.ciphers = M.insert encipher cipher cache }) return $ Just (cipher, encipher) -- cgit v1.2.3