--- a/src/devices/mesh/dot11s/hwmp-protocol.cc Mon Apr 27 23:35:36 2009 +0400
+++ b/src/devices/mesh/dot11s/hwmp-protocol.cc Tue Apr 28 00:20:40 2009 +0400
@@ -376,7 +376,6 @@
}
//check if can answer:
HwmpRtable::LookupResult result = m_rtable->LookupReactive ((*i)->GetDestinationAddress());
- NS_LOG_UNCOND("Lookup:"<<(*i)->GetDestinationAddress()<<"I am "<<GetAddress ()<<", RA = "<<result.retransmitter);
if ((! ((*i)->IsDo())) && (result.retransmitter != Mac48Address::GetBroadcast()))
{
//have a valid information and can answer