Skip to content

Commit 960941b

Browse files
committed
Update platformAccessory.ts
1 parent aa33eb5 commit 960941b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/platformAccessory.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export class ExamplePlatformAccessory {
3636
// This is only required when using Custom Services and Characteristics not support by HomeKit
3737
this.service = this.accessory.getService(this.platform.CustomServices[accessory.context.device.CustomService]) ||
3838
this.accessory.addService(this.platform.CustomServices[accessory.context.device.CustomService]);
39-
this.platform.log.debug('this.service', this.service);
4039
} else {
4140
this.service = this.accessory.getService(this.platform.Service.Lightbulb) || this.accessory.addService(this.platform.Service.Lightbulb);
4241
}

0 commit comments

Comments
 (0)