]> arthur.barton.de Git - ax-zsh.git/commitdiff
gnupg: Remove debug output ...
authorAlexander Barton <alex@barton.de>
Tue, 28 Mar 2017 20:41:42 +0000 (22:41 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 28 Mar 2017 20:41:42 +0000 (22:41 +0200)
plugins/gnupg/gnupg.zshrc

index 25798fe3a82a44c61fcc73f507ee78cebf50a224..694348925bcae10a233723ed5d134bffeeae2a45 100644 (file)
@@ -20,7 +20,6 @@ agent_info_file="$HOME/.gnupg/agent.info-${HOST}"
 
 # Validate agent info ...
 if [[ -n "$GPG_AGENT_INFO" ]]; then
-       echo " *** Testing agent environment ..."
        gpg-agent >/dev/null 2>&1 || unset GPG_AGENT_INFO
 fi