lr-wpan: Remove spurious log line

This commit is contained in:
Tommaso Pecorella
2020-01-29 23:28:20 +00:00
parent 749cb93758
commit fdacda9721

View File

@@ -395,7 +395,6 @@ LrWpanNetDevice::Send (Ptr<Packet> packet, const Address& dest, uint16_t protoco
McpsDataRequestParams m_mcpsDataRequestParams;
std::cout << "Trying to send a packet to " << dest << std::endl;
Mac16Address dst16;
if (Mac48Address::IsMatchingType (dest))
{