diff options
| author | mo khan <mo@mokhan.ca> | 2019-08-05 14:56:44 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2019-08-05 14:56:44 -0600 |
| commit | fc63be330c1589d9c79f527dd3f365fa5e80e2e7 (patch) | |
| tree | 3abbd03b3a651cff8ab7af0f2e2aef5ab52929d5 /src/Q9 | |
| parent | 0bc9e454e7cdc4119bcbaf3c2e1c6f42a1e2b704 (diff) | |
remove commented out code
Diffstat (limited to 'src/Q9')
| -rw-r--r-- | src/Q9/MovingRobot.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Q9/MovingRobot.java b/src/Q9/MovingRobot.java index 8d8f074..fa51410 100644 --- a/src/Q9/MovingRobot.java +++ b/src/Q9/MovingRobot.java @@ -139,7 +139,6 @@ public class MovingRobot extends Robot { System.out.println(String.format("R2 (%d, %d): [%s]", r2.getX(), r2.getY(), r2.printMoves())); sleep(250); } - // System.out.println(String.format("Collision at: (%d, %d)", r1.getX(), r1.getY())); } private static void clear() { |
