Skip to content

Commit 7df12e8

Browse files
committed
Comment out init
1 parent 46ce990 commit 7df12e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ export class DuckPlayerNativeFeature extends ContentFeature {
4949
const comms = new DuckPlayerNativeMessages(this.messaging);
5050
const settings = { selectors };
5151

52-
this.current = setupDuckPlayerForEverything(settings, env, comms);
53-
this.current.init();
54-
5552
comms.subscribeToURLChange(({ pageType }) => {
5653
console.log('GOT PAGE TYPE', pageType);
5754
// let next;
@@ -94,6 +91,9 @@ export class DuckPlayerNativeFeature extends ContentFeature {
9491
return;
9592
}
9693

94+
// this.current = setupDuckPlayerForEverything(settings, env, comms);
95+
// this.current.init();
96+
9797
console.log('INITIAL SETUP', initialSetup);
9898
}
9999
}

0 commit comments

Comments
 (0)