mirror of
https://github.com/Ajetski/advent-of-code.git
synced 2025-09-30 13:03:19 -09:00
remove unused debug log
This commit is contained in:
parent
db89fa99e2
commit
dc41025b63
@ -47,8 +47,6 @@ fn part_1_solution(input: &str) -> u64 {
|
|||||||
let mut count = 0;
|
let mut count = 0;
|
||||||
|
|
||||||
for _ in 0..100 {
|
for _ in 0..100 {
|
||||||
print!("");
|
|
||||||
|
|
||||||
// increase energy
|
// increase energy
|
||||||
for row in 0..data.len() {
|
for row in 0..data.len() {
|
||||||
for col in 0..data[row].len() {
|
for col in 0..data[row].len() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user