summaryrefslogtreecommitdiff
path: root/src/org/usfirst/frc/team4272/robot2016/Robot.java
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-01-30 13:15:58 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-01-30 13:15:58 -0500
commitdef1822b3c0236387bf18488de1d02dfa3560c94 (patch)
tree1e4abcab9da3c544236bca68c0bbd9fb6e9b739a /src/org/usfirst/frc/team4272/robot2016/Robot.java
parent3a20b69a4fec4f13e5685f615b3e94d802720743 (diff)
stuff (from my laptop)
Diffstat (limited to 'src/org/usfirst/frc/team4272/robot2016/Robot.java')
-rw-r--r--src/org/usfirst/frc/team4272/robot2016/Robot.java1
1 files changed, 0 insertions, 1 deletions
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) {}
}