From 57f076c5d3cd642fc800f8f84f9e526b570fcf01 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 13 Aug 2019 18:40:46 -0400 Subject: [PATCH] Removed debug log --- content.js | 1 - 1 file changed, 1 deletion(-) diff --git a/content.js b/content.js index ed578fc7..6495aed9 100644 --- a/content.js +++ b/content.js @@ -329,7 +329,6 @@ function sponsorsLookup(id) { //update the preview bar //leave the type blank for now until categories are added - console.log(v.duration) if (isNaN(v.duration)) { //wait until it is loaded v.addEventListener('durationchange', updatePreviewBar);