Remove debug lines
This commit is contained in:
parent
627d553e82
commit
93b82c5ce4
1 changed files with 0 additions and 2 deletions
|
@ -68,7 +68,6 @@ fn main() {
|
||||||
place += 1;
|
place += 1;
|
||||||
};
|
};
|
||||||
if is_front(line.clone(),j){
|
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){
|
if let Some(gear_location) = is_a_part_number(map.clone(),back_index,j,i){
|
||||||
for gear in &mut all_gears{
|
for gear in &mut all_gears{
|
||||||
if gear.same_location(gear_location){
|
if gear.same_location(gear_location){
|
||||||
|
@ -76,7 +75,6 @@ fn main() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
println!("{:?},{:?}",i,j);
|
|
||||||
next_number = 0;
|
next_number = 0;
|
||||||
place = 0;
|
place = 0;
|
||||||
continue_adding = false;
|
continue_adding = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue