diff --git a/src/main/java/frc/robot/Robot.java b/src/main/java/frc/robot/Robot.java index b6f88c0..71e1d37 100644 --- a/src/main/java/frc/robot/Robot.java +++ b/src/main/java/frc/robot/Robot.java @@ -998,7 +998,6 @@ public void disabledInit() { } swerveDrive.seed(); swerveDrive.setMotionMode(MotionMode.LOCKDOWN); - } @Override