author | Pavel Boyko <boyko@iitp.ru> |
Mon, 15 Jun 2009 13:22:44 +0400 | |
changeset 5064 | 1529a2729c60 |
parent 5063 | 97b947e83640 |
child 5065 | a79162043a23 |
--- a/src/devices/mesh/dot11s/peer-management-protocol.cc Mon Jun 15 13:10:56 2009 +0400 +++ b/src/devices/mesh/dot11s/peer-management-protocol.cc Mon Jun 15 13:22:44 2009 +0400 @@ -110,7 +110,6 @@ } // Mesh point aggregates all installed protocols m_address = Mac48Address::ConvertFrom(mp->GetAddress ()); - NS_LOG_UNCOND("MP address:"<<m_address); mp->AggregateObject(this); return true; }