Skip to content

Commit

Permalink
Remove console spam.
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-rosso committed Jul 3, 2019
1 parent 525613e commit a17469b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flare_dart/lib/animation/actor_animation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ class ActorAnimation {
StreamReader reader, List<ActorComponent> components) {
ActorAnimation animation = ActorAnimation();
animation._name = reader.readString("name");
print("NAME ${animation._name}");
animation._fps = reader.readUint8("fps");
animation._duration = reader.readFloat32("duration");
animation._isLooping = reader.readBool("isLooping");
Expand Down

0 comments on commit a17469b

Please sign in to comment.