- Fix compilation of non-DBG builds.

svn path=/trunk/; revision=12041
This commit is contained in:
Filip Navara 2004-12-12 15:57:15 +00:00
parent a643581101
commit 1d43b533ec

View file

@ -47,7 +47,6 @@ VOID LoopTransmit(
("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));