diff --git a/infinity_loop.py b/infinity_loop.py index 0206734..c31e8ea 100644 --- a/infinity_loop.py +++ b/infinity_loop.py @@ -74,8 +74,6 @@ def main(): # Initializes the robot and runs the arlo = robot.Robot() - direction = int(input("clockwise (1)/counter (2):")) - try: loop(arlo)