Skip to content

Commit 3de24d8

Browse files
authored
Merge branch 'development' into resize-screen-badge
2 parents 74c9af7 + 352229d commit 3de24d8

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)