We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ea39c commit f784992Copy full SHA for f784992
injected/src/features/duckplayer-native/duckplayer-native.js
@@ -55,8 +55,7 @@ export async function initDuckPlayerNative(messages) {
55
/* Start timestamp polling */
56
const timestampPolling = setInterval(() => {
57
const timestamp = getCurrentTimestamp();
58
- console.log('Sending timestamp', timestamp);
59
- messages.onCurrentTimestamp(getCurrentTimestamp());
+ messages.onCurrentTimestamp(timestamp);
60
}, 300);
61
62
sideEffects.push(() => {
0 commit comments