diff --git a/src/lr-wpan/model/lr-wpan-net-device.cc b/src/lr-wpan/model/lr-wpan-net-device.cc index add88a3be..acf0fdbe6 100644 --- a/src/lr-wpan/model/lr-wpan-net-device.cc +++ b/src/lr-wpan/model/lr-wpan-net-device.cc @@ -395,7 +395,6 @@ LrWpanNetDevice::Send (Ptr 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)) {