Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix verification of subkeys of default gpg key #11713

Prev Previous commit
Next Next commit
Remove debug log
  • Loading branch information
zeripath committed Jun 1, 2020
commit dabe4bb965c10bbfa0e5e7494f2a8d04962c4712
1 change: 0 additions & 1 deletion models/gpg_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,6 @@ func verifyWithGPGSettings(gpgSettings *git.GPGSettings, sig *packet.Signature,
return commitVerification
}

log.Info("PublicKeyContent: %s", gpgSettings.PublicKeyContent)

zeripath marked this conversation as resolved.
Show resolved Hide resolved
// Otherwise we have to parse the key
ekey, err := checkArmoredGPGKeyString(gpgSettings.PublicKeyContent)
Expand Down