mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 12:37:05 +03:00
Remove logging.
This commit is contained in:
@@ -394,8 +394,6 @@ function createPreviewBar(): void {
|
|||||||
const el = document.querySelectorAll(selector);
|
const el = document.querySelectorAll(selector);
|
||||||
|
|
||||||
if (el && el.length && el[0]) {
|
if (el && el.length && el[0]) {
|
||||||
console.log(selector)
|
|
||||||
|
|
||||||
previewBar = new PreviewBar(el[0], onMobileYouTube);
|
previewBar = new PreviewBar(el[0], onMobileYouTube);
|
||||||
|
|
||||||
updatePreviewBar();
|
updatePreviewBar();
|
||||||
|
|||||||
Reference in New Issue
Block a user