Skip to content

Commit

Permalink
Remove AccelLogger from TuningOpModes (FIRST-Tech-Challenge#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
abidingabi authored Oct 30, 2022
1 parent 05056c0 commit 57cc92b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public static void register(OpModeManager manager) {
if (DISABLED) return;

List<Class<? extends OpMode>> opModes = Arrays.asList(
AccelLogger.class,
AngularRampLogger.class,
ForwardPushTest.class,
ForwardRampLogger.class,
Expand Down

0 comments on commit 57cc92b

Please sign in to comment.