From 38fab392f50c9a82b00a7dd7452b6843b2a67302 Mon Sep 17 00:00:00 2001 From: EvanYap Date: Wed, 20 Jan 2016 20:46:48 -0800 Subject: [PATCH] Make style edits --- src/org/usfirst/frc/team3501/robot/commands/ShooterTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/org/usfirst/frc/team3501/robot/commands/ShooterTest.java b/src/org/usfirst/frc/team3501/robot/commands/ShooterTest.java index 44a36868..07593250 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/ShooterTest.java +++ b/src/org/usfirst/frc/team3501/robot/commands/ShooterTest.java @@ -16,7 +16,6 @@ public class ShooterTest extends Command { @Override protected void initialize() { - Robot.shooter.setSpeed(0.5); } -- 2.30.2