From: iefomit Date: Thu, 26 Mar 2026 02:05:43 +0000 (-0700) Subject: bit more good X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=76fd1b8b657baee795976229ff4122cb6bda8f57;p=FRC2026.git bit more good --- diff --git a/src/main/java/frc/robot/commands/LogCommand.java b/src/main/java/frc/robot/commands/LogCommand.java index 041adc1..5d0506a 100644 --- a/src/main/java/frc/robot/commands/LogCommand.java +++ b/src/main/java/frc/robot/commands/LogCommand.java @@ -5,7 +5,6 @@ import org.littletonrobotics.junction.Logger; import edu.wpi.first.wpilibj2.command.Command; import frc.robot.util.Elastic; import frc.robot.util.HubActive; -import frc.robot.util.ShooterPhysics; import frc.robot.util.Elastic.Notification; import frc.robot.util.Elastic.NotificationLevel; @@ -26,9 +25,6 @@ public class LogCommand extends Command { } else if (!current && hubActive) { Elastic.sendNotification(new Notification(NotificationLevel.INFO, "HUB DEACTIVATED", "")); } - - int x = 1/0; - } @Override