Fix
authorKirill Andreev <andreev@iitp.ru>
Tue, 28 Apr 2009 00:20:40 +0400
changeset 4980 fd4011901681
parent 4979 a2dec42b6b30
child 4982 99428bcb9b98
Fix
src/devices/mesh/dot11s/hwmp-protocol.cc
--- 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