Skip to content

Commit cafc23d

Browse files
committed
comment
1 parent 642d70d commit cafc23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TeamCode/src/main/java/org/mrpsvt/capital_robotics/auto/blue_close.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@ private void autonomousSequence() throws InterruptedException
160160
// Flywheeloff();
161161
// sleep(3000);
162162

163-
163+
/*
164164
telemetry.addData("Step", "6: Strafing right");
165165
telemetry.update();
166166
driveDistance(0, 1.5, 0, 700);
167-
167+
*/
168168

169169
telemetry.addData("Status", "Autonomous Complete");
170170
telemetry.update();

0 commit comments

Comments
 (0)