Remove test Log

This commit is contained in:
Mark Rapson 2021-02-27 16:24:20 +00:00 committed by GitHub
parent 2fa7353197
commit 3eb9603eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,6 @@ function dataInsert(dataCaspar) {
if (applicableElements) { if (applicableElements) {
// Loop through Applicable DIVs // Loop through Applicable DIVs
[].slice.call(applicableElements).forEach(function(currentElement) { [].slice.call(applicableElements).forEach(function(currentElement) {
console.log(currentElement.tagName);
if (currentElement.tagName == 'img') { if (currentElement.tagName == 'img') {
//Set Image if img item //Set Image if img item
currentElement.src = dataCaspar[idCaspar]; currentElement.src = dataCaspar[idCaspar];