mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
Removed left-over log output
This commit is contained in:
@@ -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]);
|
||||||
|
Reference in New Issue
Block a user