Cleaned spurious debug.

This commit is contained in:
Ignotus Peverell
2016-11-29 18:47:00 -08:00
parent 11b8a6222a
commit 2e361fb2a4
-1
View File
@@ -203,7 +203,6 @@ impl Secp256k1 {
neg.as_ptr(),
neg.len() as i32)
};
println!("-> {}", err);
if err == 1 {
Ok(ret)
} else {