]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/blip/IPDispatchP.nc
- fix sequence number/dag bug
[tinyos-2.x.git] / tos / lib / net / blip / IPDispatchP.nc
index 8d4932809aedd89f09a421ecb4e2bc6ab850eb00..a83eee85125b084c72cc9d7feb420c1d3bdd42e4 100644 (file)
@@ -659,8 +659,6 @@ module IPDispatchP {
     packed_lowmsg_t lowmsg;
 
     printfUART("p1: %p p2: %p\n", msg_payload, call Packet.getPayload(msg, 0));
-    printfUART("l1: %i l2: %i\n", len, call Packet.payloadLength(msg));
-
     // set up the ip message structaddFragment
     lowmsg.data = msg_payload;
     lowmsg.len  = len;