From def1822b3c0236387bf18488de1d02dfa3560c94 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 30 Jan 2016 13:15:58 -0500 Subject: stuff (from my laptop) --- src/org/usfirst/frc/team4272/robot2016/Robot.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/org/usfirst/frc/team4272/robot2016/Robot.java') diff --git a/src/org/usfirst/frc/team4272/robot2016/Robot.java b/src/org/usfirst/frc/team4272/robot2016/Robot.java index c9ad4c5..fc2eef6 100644 --- a/src/org/usfirst/frc/team4272/robot2016/Robot.java +++ b/src/org/usfirst/frc/team4272/robot2016/Robot.java @@ -37,7 +37,6 @@ public class Robot extends IterativeRobot { public void teleopInit() { try { - robot.rDriveE.reset(); teleop = new Teleop(); } catch (Exception e) {} } -- cgit v1.2.3