Skip to content

Commit

Permalink
cleanup accessory uuid log
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Feb 23, 2018
1 parent e5e740c commit d3b7f93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ function identify(settings, paired, callback) {
}

function newAccessory(settings) {
log.debug('creating new accessory', settings.name);
console.log(settings.id, uuid.generate(settings.id));
log.debug('creating new accessory', '"' + settings.name + '"', '"' + settings.id + '"', uuid.generate(settings.id));
const acc = new Accessory(settings.name, uuid.generate(settings.id));
if (settings.manufacturer || settings.model || settings.serial) {
acc.getService(Service.AccessoryInformation)
Expand Down

0 comments on commit d3b7f93

Please sign in to comment.