Remove test Log

This commit is contained in:
2021-02-27 16:24:20 +00:00
committed by GitHub
parent 2fa7353197
commit 3eb9603eff

View File

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