Skip to content

Commit

Permalink
Merge pull request #90 from Gears-and-Buccaneers/Its-So-Shrimple
Browse files Browse the repository at this point in the history
removed a comment
  • Loading branch information
dspeyrer authored Nov 19, 2024
2 parents a52ac28 + 98f6ca0 commit d4241f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/frc/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ public class Robot extends TimedRobot {

private final Intake intake = new Intake(subsystemsTable);

// public Robot() {
// ! DO NOT USE
// }

// Utilities
static double squareInput(double input) {
return Math.copySign(input * input, input);
Expand Down

0 comments on commit d4241f9

Please sign in to comment.