remove console write

This commit is contained in:
Tim Young 2015-09-01 18:19:49 -05:00
parent df31ce9930
commit 315576ea9f

View File

@ -1679,8 +1679,6 @@ namespace EduNetworkBuilder
nPacket = new Packet(tPacket);
nPacket.isFresh = true; //So it starts from here
nPacket.Tracking = new PacketMessage();
if (hostname == "server0")
Console.WriteLine("here");
myNet.addPacket(nPacket);
//We need to find a dhcp IP for this.
IPAddress dst = RequestDHCPLease(tPacket.sourceMAC, tPacket.OutboundIP);