Skip to content

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
NgaiJustin committed Apr 1, 2021
1 parent 9779e19 commit 63db198
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ public void animateAnt(AntAnimations anim, boolean on) {

switch (anim) {
case WALK:
System.out.println("WALKING");
node = walkingAnim;
cycle = walkCycle;
break;
Expand Down

0 comments on commit 63db198

Please sign in to comment.