Skip to content

Commit e747800

Browse files
committed
Forgot to remove a print statement ;-;
1 parent 93d88cd commit e747800

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/bootcamp/decision_waypoint_landing_pads.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,11 @@ def run(
135135
command = commands.Command.create_land_command()
136136

137137
else:
138+
self.arrived_at_waypoint = True
138139
self.destination = self.find_closest_landing_pad(
139140
landing_pad_locations, current_x, current_y
140141
)
141142

142-
else:
143-
print("Something goofed RIP")
144143
# ============
145144
# ↑ BOOTCAMPERS MODIFY ABOVE THIS COMMENT ↑
146145
# ============

0 commit comments

Comments
 (0)