mirror of
https://github.com/paralus/paralus.git
synced 2026-08-20 03:46:21 +00:00
Merge pull request #50 from paralus/small-cleanup
Drop unnecessary print
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user