mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 09:43:09 +00:00
Remove dbg
This commit is contained in:
parent
fb168b5d93
commit
1d215d5d59
@ -228,7 +228,6 @@ pub trait Field:
|
||||
Self::from_canonical_u64(p - ((p - 1) >> exp))
|
||||
}
|
||||
} else {
|
||||
dbg!("yo");
|
||||
Self::TWO.inverse().exp_u64(exp as u64)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user