Skip to content

Commit

Permalink
Update SymbolAnimationCoordinator.h
Browse files Browse the repository at this point in the history
  • Loading branch information
maerki authored Jan 24, 2024
1 parent 9c9a37c commit 47cec33
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class SymbolAnimationCoordinator {

}
if (isIconAnimating() || isStretchIconAnimating() || isTextAnimating()) {
// printf("Animate %p: %d, %d, %d, %d: %f|%f\n", static_cast<void*>(this), isIconAnimating(), isStretchIconAnimating(), isTextAnimating(), isUsed(), coordinate.x, coordinate.y);
return true;
}
else {
Expand Down

0 comments on commit 47cec33

Please sign in to comment.