Removed left-over log output
This commit is contained in:
parent
dd9ffd87c4
commit
9b23d1553e
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ while(true) {
|
||||||
|
|
||||||
/* Count sensor data packets */
|
/* Count sensor data packets */
|
||||||
data = msg.split(" ");
|
data = msg.split(" ");
|
||||||
log.log("Data 24 " + data[24]);
|
|
||||||
if(data[24]) {
|
if(data[24]) {
|
||||||
|
|
||||||
len = parseInt(data[0]);
|
len = parseInt(data[0]);
|
||||||
|
|
Loading…
Reference in a new issue