chore: claen up debug prints
This commit is contained in:
parent
76cbe0d4c0
commit
32bc8725e2
4 changed files with 23 additions and 43 deletions
|
|
@ -36,7 +36,6 @@ pub fn get_coefficients(num: u128) -> Vec<u8> {
|
|||
for shift in 0..128 {
|
||||
//println!("{:?}", ((num >> shift) & 1));
|
||||
if ((num >> shift) & 1) == 1 {
|
||||
dbg!("Shift success");
|
||||
powers.push(shift);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue