Merge pull request #50 from paralus/small-cleanup

Drop unnecessary print
This commit is contained in:
Nirav Parikh
2022-07-28 17:50:53 +05:30
committed by GitHub
-2
View File
@@ -106,8 +106,6 @@ func DecodePrivateKey(privKey []byte, f PasswordFunc) (crypto.PrivateKey, error)
b = p.Bytes
}
fmt.Print("p.Type", p.Type)
switch p.Type {
case ecKeyType:
return x509.ParseECPrivateKey(b)