Removed left-over log output

This commit is contained in:
adamdunkels 2009-02-08 21:06:23 +00:00
parent dd9ffd87c4
commit 9b23d1553e

View file

@ -106,7 +106,7 @@ while(true) {
/* Count sensor data packets */
data = msg.split(" ");
log.log("Data 24 " + data[24]);
if(data[24]) {
len = parseInt(data[0]);