AnimChannel: remove useless println

This commit is contained in:
shadowislord 2015-03-27 21:37:50 -04:00
parent 2bc5545171
commit 4f15fa3147

View File

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