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

Commit 928032e

Browse files
committed
remove logging
1 parent 9326d5a commit 928032e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/devices/core.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ module.exports = function core(device) {
211211
}
212212

213213
var batteryVoltage = data.data.slice(2, 4).readUInt16BE(0) / 100;
214-
console.log(data.data.slice(2, 4));
215214
var numCharges = parseInt(data.data[4], 16);
216215
var obj = {
217216
recVer: data.data[0],

0 commit comments

Comments
 (0)