Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuus committed Oct 23, 2015
1 parent 9326d5a commit 928032e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/devices/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ module.exports = function core(device) {
}

var batteryVoltage = data.data.slice(2, 4).readUInt16BE(0) / 100;
console.log(data.data.slice(2, 4));
var numCharges = parseInt(data.data[4], 16);
var obj = {
recVer: data.data[0],
Expand Down

0 comments on commit 928032e

Please sign in to comment.