Skip to content

Commit d962995

Browse files
committed
Log order
1 parent 4e43d3c commit d962995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ export class DuckPlayerNativeFeature extends ContentFeature {
9191
return;
9292
}
9393

94+
console.log('INITIAL SETUP', initialSetup);
95+
9496
this.current = setupDuckPlayerForEverything(settings, env, comms);
9597
this.current.init();
96-
97-
console.log('INITIAL SETUP', initialSetup);
9898
}
9999
}
100100

0 commit comments

Comments
 (0)