Skip to content

Commit

Permalink
Update Accessory.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Jul 6, 2024
1 parent 95a4a24 commit bfaa6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Accessory.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Accessory(devices, context) {
break;
case "00000110": // Camera RTPStream Management generates duplicates
var service = new Service(element, this);
console.log('services', this.services);
// console.log('services', this.services);
if (this.services.some(e => e.type === '00000110')) {

} else {
Expand Down

0 comments on commit bfaa6c1

Please sign in to comment.