diff --git a/src/main/java/frc4388/robot/subsystems/Drive.java b/src/main/java/frc4388/robot/subsystems/Drive.java index 06c8fe7..e7088d1 100644 --- a/src/main/java/frc4388/robot/subsystems/Drive.java +++ b/src/main/java/frc4388/robot/subsystems/Drive.java @@ -68,8 +68,7 @@ public class Drive extends SubsystemBase { SmartDashboard.putNumber("Pigeon Pitch", getGyroPitch()); SmartDashboard.putNumber("Pigeon Roll", getGyroRoll()); } catch (Exception e) { - //TODO: handle exception - System.err.println(); + System.err.println("The operation failed successfully."); } }