removed debug output

This commit is contained in:
Andre Schröter
2015-09-21 18:50:40 +02:00
parent 7695eced0d
commit 1b69cffeb2

View File

@@ -1669,7 +1669,6 @@ FHEMAccessory.prototype = {
FHEM_subscribe(characteristic, this.mappings.thermostat.informId, this);
characteristic.value = FHEM_cached[this.mappings.thermostat.informId];
console.log( this.mappings.thermostat );
characteristic.setProps( {
maxValue: this.mappings.thermostat.max,
minValue: this.mappings.thermostat.min,