From 55fa1789dd893918c8e73d42e15a4cdaa9a9fde7 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/Helper') diff --git a/Remote/Helper/Encryptable.hs b/Remote/Helper/Encryptable.hs index 4903cffb46..11e20d7b06 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