diff --git a/blm.js b/blm.js index 4e2bbfdba7d52a738da1e68df0956750894c79b0..ebf8222c884d843fb5c5748eb0190762e97ee5ae 100644 --- a/blm.js +++ b/blm.js @@ -34,7 +34,6 @@ let photoCounter = 0; for (let i in blmData) { if (!blmData[i] || blmData[i].indexOf('/')==-1) continue; - console.log(typeof blmData[i]); const name = blmData[i].split('/')[2].toUpperCase(); if (name.indexOf(blm[b].skip)>-1) continue; for (let bl in blm[b].obj) {