Skip to content

Commit

Permalink
Merge pull request #116 from 2d-inc/master
Browse files Browse the repository at this point in the history
Remove console spam.
  • Loading branch information
luigi-rosso authored Jul 3, 2019
2 parents 01387cd + a17469b commit 5533e73
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 5533e73

Please sign in to comment.