diff --git a/src/main/java/frc4388/utility/SlowPeriod.java b/src/main/java/frc4388/utility/SlowPeriod.java deleted file mode 100644 index e872708..0000000 --- a/src/main/java/frc4388/utility/SlowPeriod.java +++ /dev/null @@ -1,6 +0,0 @@ -package frc4388.utility; - -// A very stupid class to hold the state of the swerve speed setting for a short period of time -public class SlowPeriod { - -}