Skip to content

Commit

Permalink
Remove stray eprintln
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Oct 9, 2019
1 parent d46db10 commit 2b6f888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/modpow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ mod bigint {
let e: BigInt = e.into();
let m: BigInt = m.into();
let r: BigInt = r.into();
eprintln!("{} {} {} {}", b, e, m, r);

let neg_b_r = if e.is_odd() {
(-&r).mod_floor(&m)
Expand Down

0 comments on commit 2b6f888

Please sign in to comment.