Commit in reactos/drivers/lib/ip/network on MAIN | |||
loopback.c | -1 | 1.7 -> 1.8 |
- Fix compilation of non-DBG builds.
diff -u -r1.7 -r1.8 --- loopback.c 12 Dec 2004 11:48:03 -0000 1.7 +++ loopback.c 12 Dec 2004 15:57:15 -0000 1.8 @@ -47,7 +47,6 @@
("Doing receive (complete: %x, context %x, packet %x)\n", PC(NdisPacket)->DLComplete, Context, NdisPacket)); IPReceive(Context, &IPPacket);
- DisplayIPPacket(&IPPacket);
TI_DbgPrint(MAX_TRACE, ("Finished receive (complete: %x, context %x, packet %x)\n", PC(NdisPacket)->DLComplete, Context, NdisPacket));