feat: remove unused log

This commit is contained in:
tqcq 2024-10-24 05:04:07 +00:00
parent bd380c3e96
commit 2a8d045463

View File

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