feat: remove unused log
This commit is contained in:
parent
bd380c3e96
commit
2a8d045463
@ -336,7 +336,7 @@ find_row_mask(std::vector<set_t> &sets,
|
|||||||
if (row_mask >= last_mask) { break; }
|
if (row_mask >= last_mask) { break; }
|
||||||
|
|
||||||
row_mask = next_bit_permutation(row_mask);
|
row_mask = next_bit_permutation(row_mask);
|
||||||
verbose_printerr("[LOG] - Cur Row mask: 0x%0lx \t\t bits: %s\n", cur_mask, bit_string(cur_mask));
|
// verbose_printerr("[LOG] - Cur Row mask: 0x%0lx \t\t bits: %s\n", cur_mask, bit_string(cur_mask));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (resolve(cur_mask, found)) {
|
if (resolve(cur_mask, found)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user