We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c1d73 commit 352229dCopy full SHA for 352229d
1 file changed
lib/providers/animation_badge_provider.dart
@@ -218,7 +218,6 @@ class AnimationBadgeProvider extends ChangeNotifier {
218
int? getAnimationIndex() {
219
for (var animation in animationMap.entries) {
220
if (animation.value != null && animation.value == _currentAnimation) {
221
- logger.i("Animation Index: ${animation.key}");
222
return animation.key;
223
}
224
0 commit comments