clear out console.log

master
David Kebler 2020-03-24 14:30:01 -07:00
parent aa6a789afd
commit cc91d7c752
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ class I2CDevice extends Base {
opts.i2cbus = opts.i2cbus || { name:opts.name||'i2c-bus', type:'c', transport:'n', options:{name:opts.name ||'i2c-device', path:opts.path||'i2c-bus'}}
if ((opts.i2cbus.options || {}).host) opts.i2cbus.options.port = opts.i2cbus.options.port || 1776
else opts.i2cbus.options.path = opts.i2cbus.options.path || 'i2c-bus'
// console.log('+++++++++++++++++++++++BUS OPTIONS FOR CONSUMER SOCKET+++++++++++++++++')
// console.dir(opts.i2cbus)
super(opts)
this.registerSocket(opts.i2cbus)
this.address = +opts.address // make sure any passed number is number not a string