remove unused debug log

This commit is contained in:
2022-01-07 00:49:58 -05:00
parent db89fa99e2
commit dc41025b63
-2
View File
@@ -47,8 +47,6 @@ fn part_1_solution(input: &str) -> u64 {
let mut count = 0;
for _ in 0..100 {
print!("");
// increase energy
for row in 0..data.len() {
for col in 0..data[row].len() {