Skip to content

Commit 2662c47

Browse files
committed
chore(validations): remove debug prints
1 parent 32d11e9 commit 2662c47

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

validations/src/eligibility/current.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,6 @@ where
222222
let divisor = max_power * Power::from((rf - WITNESSING_MAX_ROUNDS) as u64)
223223
- Power::from(rf as u64) * threshold_power;
224224
let threshold = dividend / divisor;
225-
println!("{}", u64::from(power));
226-
println!("{}", u64::from(threshold));
227225
if power <= threshold {
228226
return Ok(IneligibilityReason::InsufficientPower.into());
229227
}

0 commit comments

Comments
 (0)