Skip to content

Commit

Permalink
chore: Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Sep 16, 2024
1 parent bb6cac2 commit 7e8f1da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/player/lib/event-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export class EventManager {
if (lookup[1][logCallOrig] === listener) {
// @ts-expect-error
listener = lookup[1];
console.log("FOUND IT");
break;
}
}
Expand Down

0 comments on commit 7e8f1da

Please sign in to comment.