changeset 1523 | 9c52e2353bfd |
parent 1513 | d16f6fd70397 |
child 1524 | 3ead2b66f2e4 |
--- a/src/internet-node/ipv4-end-point-demux.cc Fri Sep 21 18:04:53 2007 +0100 +++ b/src/internet-node/ipv4-end-point-demux.cc Fri Sep 21 18:07:54 2007 +0100 @@ -187,15 +187,6 @@ for (EndPointsI i = m_endPoints.begin (); i != m_endPoints.end (); i++) { - NS_LOG_LOGIC ("Ipv4EndPointDemux::Lookup against " << - (*i)->GetLocalAddress () - << ":" << - (*i)->GetLocalPort () - << " " << - (*i)->GetPeerAddress () - << ":" - << (*i)->GetPeerPort ()); - if ((*i)->GetLocalPort () != dport) { continue;