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.
2 parents 74c9af7 + 352229d commit 3de24d8Copy full SHA for 3de24d8
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