Skip to content

Commit f784992

Browse files
committed
Unlogging timestamp
1 parent c4ea39c commit f784992

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

injected/src/features/duckplayer-native/duckplayer-native.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ export async function initDuckPlayerNative(messages) {
5555
/* Start timestamp polling */
5656
const timestampPolling = setInterval(() => {
5757
const timestamp = getCurrentTimestamp();
58-
console.log('Sending timestamp', timestamp);
59-
messages.onCurrentTimestamp(getCurrentTimestamp());
58+
messages.onCurrentTimestamp(timestamp);
6059
}, 300);
6160

6261
sideEffects.push(() => {

0 commit comments

Comments
 (0)