From: Meryem Esa Date: Wed, 27 Jan 2016 03:15:17 +0000 (-0800) Subject: delete unnecessary code X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=e509484b4878f1f39c52c4ef9df832902998ff94 delete unnecessary code --- diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index 03dd6642..0c75eeec 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -111,7 +111,6 @@ public class Robot extends IterativeRobot { @Override public void teleopInit() { - System.out.println("running teleopInit"); } @Override @@ -119,9 +118,4 @@ public class Robot extends IterativeRobot { Scheduler.getInstance().run(); } - - public void operate() { - - } - }