Cleaned spurious debug.

This commit is contained in:
Ignotus Peverell 2016-11-29 18:47:00 -08:00
parent 11b8a6222a
commit 2e361fb2a4
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211

View file

@ -203,7 +203,6 @@ impl Secp256k1 {
neg.as_ptr(), neg.as_ptr(),
neg.len() as i32) neg.len() as i32)
}; };
println!("-> {}", err);
if err == 1 { if err == 1 {
Ok(ret) Ok(ret)
} else { } else {