Remove debug lines

This commit is contained in:
Blizzard Finnegan 2023-12-03 15:49:56 -05:00
parent 627d553e82
commit 93b82c5ce4
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E

View file

@ -68,7 +68,6 @@ fn main() {
place += 1;
};
if is_front(line.clone(),j){
print!("{:?}\t",next_number);
if let Some(gear_location) = is_a_part_number(map.clone(),back_index,j,i){
for gear in &mut all_gears{
if gear.same_location(gear_location){
@ -76,7 +75,6 @@ fn main() {
}
}
}
println!("{:?},{:?}",i,j);
next_number = 0;
place = 0;
continue_adding = false;