Remove message about gnupg-agent.

Change-Id: Ibe239b079e52b520e87dec194c6166aabcc02f63
This commit is contained in:
Brad Fitzpatrick 2013-12-29 14:46:04 -08:00
parent c6d8126822
commit 33c42a2326
1 changed files with 0 additions and 4 deletions

View File

@ -147,10 +147,6 @@ func (c *initCmd) RunCommand(args []string) error {
}
}
if os.Getenv("GPG_AGENT_INFO") == "" {
log.Printf("No GPG_AGENT_INFO found in environment; you should setup gnupg-agent. camput might be annoying otherwise, if your private key is encrypted.")
}
pubArmor, err := c.getPublicKeyArmored(keyId)
if err != nil {
return err