Remove log
This commit is contained in:
parent
7394e66f5c
commit
bd3ea98f7b
@ -64,7 +64,6 @@ int main() {
|
||||
int valid_single_designs = 0;
|
||||
long valid_multi_designs = 0;
|
||||
while ((line = aoc_read_line()) != NULL) {
|
||||
printf("Checking %s, %d\n", line, aoc_hash(line));
|
||||
if (towels_valid_design(&towels, line)) valid_single_designs++;
|
||||
valid_multi_designs += towels_valid_designs(&towels, line);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user