Skip to content

Commit c2e7a60

Browse files
committed
removed old coment
1 parent 6667d39 commit c2e7a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oi/OI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def map_controls():
135135
Keymap.Wrist.EXTAKE_ALGAE_DRIVER.whileTrue(
136136
commands2.ParallelCommandGroup(
137137
command.ExtakeAlgae(Robot.intake).onlyIf(lambda: Robot.intake.get_pivot_angle() >= math.radians(40)),
138-
command.WristAlgaeOut(Robot.wrist) # Is this still needed -Alex
138+
command.WristAlgaeOut(Robot.wrist)
139139
)
140140
).onFalse(command.SetPivot(Robot.intake, config.target_positions["IDLE"].intake_angle))
141141

0 commit comments

Comments
 (0)