Removed debug log

This commit is contained in:
Ajay Ramachandran
2019-08-13 18:40:46 -04:00
parent ea41980fc6
commit 57f076c5d3

View File

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