diff --git a/README.md b/README.md index ed057fb..d9bd7e1 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ For now there is documentation in English here: https://wiki.hafenmeister.de Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### **WORK IN PROGRESS** +* (BenAhrdt) remove some wrong loggings + ### 1.5.0 (2024-10-17) * (BenAhrdt) add some notifications for devices back online diff --git a/lib/modules/directorieshandler.js b/lib/modules/directorieshandler.js index eeddd20..ef2f68f 100644 --- a/lib/modules/directorieshandler.js +++ b/lib/modules/directorieshandler.js @@ -254,10 +254,7 @@ class directorieshandlerClass { const iconPath = obj[elementName].objectIconPath(topic,message); if(iconPath !== ""){ if(myObject.common.icon){ - this.adapter.log.error("Icon vorhanden"); if(myObject.common.icon.indexOf("offline") !== -1){ - this.adapter.log.error("offline erkannt"); - this.adapter.log.error(objectId); // create changeinfo and register notification const changeInfo = await this.adapter.getChangeInfo(objectId); if(changeInfo){