Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MarissaKoglesby committed Apr 29, 2024
1 parent 96049b0 commit 83057e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/frc/robot/commands/auto/DelayedTaxiAuto.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
public class DelayedTaxiAuto extends SequentialCommandGroup {
/** Creates a new DelayedTaxiAuto. */
public DelayedTaxiAuto() {
// Add your commands in the addCommands() call, e.g.
// addCommands(new FooCommand(), new BarCommand());
addCommands(new WaitCommand(Constants.Auto.TAXI_DELAY_TIME), new TaxiAuto());
}
}

0 comments on commit 83057e1

Please sign in to comment.