Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RWensveen committed Apr 29, 2019
1 parent 1e719b4 commit 8823e9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions drivers/Dooya/device.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ const BroadlinkDevice = require('./../../lib/BroadlinkDevice');
class DooyaDevice extends BroadlinkDevice {

onInit() {
Util.debugLog('==> DooyaDevice.onInit');

super.onInit();
this.registerCapabilityListener('button.open', this.onCapabilityOpen.bind(this));
this.registerCapabilityListener('button.close', this.onCapabilityClose.bind(this));
Expand Down
2 changes: 1 addition & 1 deletion drivers/Hysen/device.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class HysenDevice extends BroadlinkDevice {
}
await drv.trigger_parentalmode_toggle.trigger(this,{},{})
}
catch(err) { Util.debugLog("_trigger_parentalmode: error = "+err)}
catch(err) { Util.debugLog("**> hysen._trigger_parentalmode: error = "+err)}
}

_updateCapabilities() {
Expand Down

0 comments on commit 8823e9d

Please sign in to comment.