Skip to content

Commit fd22e1d

Browse files
committed
Cleanup
1 parent 4b1a168 commit fd22e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/src/features/duckplayer/video-overlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { DDGVideoDrawerMobile } from './components/ddg-video-drawer-mobile.js';
3939
* + conduct any communications
4040
*/
4141
export class VideoOverlay {
42-
sideEffects = new SideEffects({ debug: true }); // TODO: unset debug
42+
sideEffects = new SideEffects();
4343

4444
/** @type {string | null} */
4545
lastVideoId = null;

0 commit comments

Comments
 (0)