git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10540 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
@@ -263,7 +263,6 @@ public final class AnimChannel {
time = 0;
speed = 1f;
loopMode = LoopMode.Loop;
- System.out.println("Setting notified false");
notified = false;
}