Skip to content

Commit 59f6553

Browse files
Merge branch 'main' into jkt/trimLinksAndIncludeImages
2 parents 4e6c6ae + dc1f82d commit 59f6553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class DuckPlayerNativeFeature extends ContentFeature {
103103
break;
104104
case 'UNKNOWN':
105105
default:
106-
console.warn('No known pageType');
106+
logger.log('No known pageType');
107107
}
108108

109109
if (this.currentPage) {

0 commit comments

Comments
 (0)