Skip to content

Commit

Permalink
chore: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper-seinhorst committed Mar 23, 2024
1 parent a54c3dc commit d727a69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-homewizard-power-consumption",
"displayName": "Homewizard Power Consumption",
"version": "1.6.0",
"version": "1.6.1",
"description": "See current power consumption and power return in Homekit",
"license": "Apache-2.0",
"author": "Jasper Seinhorst",
Expand Down
2 changes: 0 additions & 2 deletions src/Accessories/PowerConsumption.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export default class PowerConsumption implements HomewizardPowerConsumptionAcces
.setCharacteristic(this.Characteristic.SerialNumber, device.serial)
.setCharacteristic(this.Characteristic.Version, device.firmware_version);

console.log(accessory.context);

this.chargingPower = this.accessory.getService(this.Service.LightSensor) || this.accessory.addService(this.Service.LightSensor);
}

Expand Down

0 comments on commit d727a69

Please sign in to comment.