Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Jun 22, 2024
1 parent dc9e6a5 commit 03b848d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export class HMDDataMqttIntegrationService {
const name =
[device?.manufacturerName, device?.modelNumber].filter(Boolean).join(' ') ?? 'null';
this.mqtt.setSensorPropertyValue('hmdModel', name);
console.log(device);
this.mqtt.setSensorPropertyValue('hmdOnHead', device?.hmdOnHead ? 'on' : 'off');
this.mqtt.setSensorPropertyValue('debugHmdActivity', device?.debugHmdActivity ?? 'null');
});
Expand Down

0 comments on commit 03b848d

Please sign in to comment.