Remove console output

This commit is contained in:
tsightler
2020-10-02 23:24:42 -04:00
parent f598d246cf
commit 99f5358794

View File

@@ -10,7 +10,6 @@ class GenericDevice extends TuyaDevice {
if (this.config.hasOwnProperty('template')) {
// Map generic DPS topics to device specific topic names
this.deviceTopics = this.config.template
console.log(this.deviceTopics)
} else {
// Try to get schema to at least know what DPS keys to get initial update
const result = await this.device.get({"schema": true})