removed a stupid, wrong comment
diff --git a/frc971/autonomous/auto.cc b/frc971/autonomous/auto.cc
index 57a09a4..d2407c2 100644
--- a/frc971/autonomous/auto.cc
+++ b/frc971/autonomous/auto.cc
@@ -139,7 +139,6 @@
 }
 
 void PositionClawForShot() {
-  // Turn the claw on, keep it straight up until the ball has been grabbed.
   if (!control_loops::claw_queue_group.goal.MakeWithBuilder()
            .bottom_angle(0.86)
            .separation_angle(0.10)