Remove logging.

This commit is contained in:
Ajay Ramachandran 2020-02-18 14:40:40 -05:00
parent 219a7ba8c3
commit af7ba31c2f

View file

@ -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();