From a17469bf20317b35be245e51434d2ac1e7fcfd32 Mon Sep 17 00:00:00 2001 From: Luigi Rosso Date: Wed, 3 Jul 2019 10:36:27 -0700 Subject: [PATCH] Remove console spam. --- flare_dart/lib/animation/actor_animation.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/flare_dart/lib/animation/actor_animation.dart b/flare_dart/lib/animation/actor_animation.dart index 3dcc4b6..ce15bbc 100644 --- a/flare_dart/lib/animation/actor_animation.dart +++ b/flare_dart/lib/animation/actor_animation.dart @@ -388,7 +388,6 @@ class ActorAnimation { StreamReader reader, List 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");