Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Oct 17, 2023
1 parent 92bfcf2 commit 1743012
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/entries/contentScript/player/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ async function onMessage(message: MessageEvent) {

MountComponent.mount(DownloadButton, import.meta.PLUGIN_WEB_EXT_CHUNK_CSS_PATHS, videoControls);
});

console.log(controlsContainer);
observer.observe(controlsContainer, {
childList: true
});
Expand Down

0 comments on commit 1743012

Please sign in to comment.