Skip to content

Commit 352229d

Browse files
authored
fix: remove verbose Animation Index log from getAnimationIndex() (#1788)
1 parent 78c1d73 commit 352229d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/providers/animation_badge_provider.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ class AnimationBadgeProvider extends ChangeNotifier {
218218
int? getAnimationIndex() {
219219
for (var animation in animationMap.entries) {
220220
if (animation.value != null && animation.value == _currentAnimation) {
221-
logger.i("Animation Index: ${animation.key}");
222221
return animation.key;
223222
}
224223
}

0 commit comments

Comments
 (0)