mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Remove logging.
This commit is contained in:
parent
219a7ba8c3
commit
af7ba31c2f
1 changed files with 0 additions and 2 deletions
|
@ -394,8 +394,6 @@ function createPreviewBar(): void {
|
|||
const el = document.querySelectorAll(selector);
|
||||
|
||||
if (el && el.length && el[0]) {
|
||||
console.log(selector)
|
||||
|
||||
previewBar = new PreviewBar(el[0], onMobileYouTube);
|
||||
|
||||
updatePreviewBar();
|
||||
|
|
Loading…
Reference in a new issue