Skip to content

Commit

Permalink
chore: 🤖 removed a console log
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalz committed Sep 28, 2023
1 parent 956d24d commit c7083d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/common/src/dotlottie-player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,6 @@ export class DotLottieCommonPlayer {
if (name === 'complete') {
this._container?.removeEventListener(name, cb);
} else {
console.log('here', name, this._listeners, this._lottie);
this._lottie?.removeEventListener(name, cb);
}

Expand Down

0 comments on commit c7083d8

Please sign in to comment.