Skip to content

Commit 4db2e6d

Browse files
committed
Removed console.log
1 parent 0b186ee commit 4db2e6d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

injected/src/features/duck-player-native.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ export class DuckPlayerNativeFeature extends ContentFeature {
2222
currentPage;
2323

2424
async init(args) {
25-
console.log('Duck Player Native loading...', args, window.location.href);
26-
2725
/**
2826
* This feature never operates in a frame
2927
*/
@@ -59,8 +57,6 @@ export class DuckPlayerNativeFeature extends ContentFeature {
5957
return;
6058
}
6159

62-
console.log('INITIAL SETUP', initialSetup);
63-
6460
if (initialSetup.pageType) {
6561
const playbackPaused = initialSetup.playbackPaused || false;
6662
this.urlChanged(initialSetup.pageType, selectors, playbackPaused, env, messages);

0 commit comments

Comments
 (0)