Remove dbg

This commit is contained in:
wborgeaud 2021-12-13 16:23:39 +01:00
parent fb168b5d93
commit 1d215d5d59

View File

@ -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)
}
}