Removed debugging system out from animChannel

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10559 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
rem..om 2013-04-19 11:44:50 +00:00
parent 6470f44c97
commit 9b33c7c851

View File

@ -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;
} }