From e509484b4878f1f39c52c4ef9df832902998ff94 Mon Sep 17 00:00:00 2001 From: Meryem Esa Date: Tue, 26 Jan 2016 19:15:17 -0800 Subject: [PATCH] delete unnecessary code --- src/org/usfirst/frc/team3501/robot/Robot.java | 6 ------ 1 file changed, 6 deletions(-) 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() { - - } - } -- 2.30.2