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 4b1a168 commit fd22e1dCopy full SHA for fd22e1d
injected/src/features/duckplayer/video-overlay.js
@@ -39,7 +39,7 @@ import { DDGVideoDrawerMobile } from './components/ddg-video-drawer-mobile.js';
39
* + conduct any communications
40
*/
41
export class VideoOverlay {
42
- sideEffects = new SideEffects({ debug: true }); // TODO: unset debug
+ sideEffects = new SideEffects();
43
44
/** @type {string | null} */
45
lastVideoId = null;
0 commit comments