mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
Cleaned spurious debug.
This commit is contained in:
parent
11b8a6222a
commit
2e361fb2a4
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue