Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Update rio/commands/setIntakeSpeed.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Kredcool and github-actions[bot] authored Mar 10, 2024
1 parent 7603f6a commit 2a8c7af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rio/commands/setIntakeSpeed.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def __init__(self, speed: float, _intake: IntakeSubsystem):

# Command requirements
self.addRequirements(self.intakeSubsystem)

def initialize(self):
logging.debug(f"Running command Intake Suck (manual) with speed {self.speed}")

Expand Down

0 comments on commit 2a8c7af

Please sign in to comment.