Remove accidentally commited printf.
This commit is contained in:
parent
316faf034c
commit
86d150bbb3
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ func ParseSignature(sigStr []byte, curve elliptic.Curve) (*Signature, error) {
|
||||||
siglen := sigStr[index]
|
siglen := sigStr[index]
|
||||||
index++
|
index++
|
||||||
if int(siglen+2) != len(sigStr) {
|
if int(siglen+2) != len(sigStr) {
|
||||||
fmt.Printf("siglen: %v, len: %v\n", siglen, len(sigStr))
|
|
||||||
return nil, errors.New("malformed signature: bad length")
|
return nil, errors.New("malformed signature: bad length")
|
||||||
}
|
}
|
||||||
// trim the slice we're working on so we only look at what matters.
|
// trim the slice we're working on so we only look at what matters.
|
||||||
|
|
Loading…
Reference in a new issue