Removed debugging system out from animChannel

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10559 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
rem..om 12 years ago
parent 6470f44c97
commit 9b33c7c851
  1. 2
      engine/src/core/com/jme3/animation/AnimChannel.java

@ -362,7 +362,7 @@ public final class AnimChannel {
} }
} }
animation = null; animation = null;
System.out.println("Setting notified false"); // System.out.println("Setting notified false");
notified = false; notified = false;
} }

Loading…
Cancel
Save