diff --git a/src/cpp/rtps/transport/TCPTransportInterface.cpp b/src/cpp/rtps/transport/TCPTransportInterface.cpp index 651ba841c50..e4ec8f71ea4 100644 --- a/src/cpp/rtps/transport/TCPTransportInterface.cpp +++ b/src/cpp/rtps/transport/TCPTransportInterface.cpp @@ -1169,9 +1169,6 @@ bool TCPTransportInterface::send( { //std::cout << "ChannelLocator: " << IPLocator::to_string(channel->locator()) << std::endl; //std::cout << "RemoteLocator: " << IPLocator::to_string(remote_locator) << std::endl; - - logWarning(RTCP, "SEND [RTPS] Failed: Not connect: " << IPLocator::getLogicalPort(remote_locator) \ - << " @ IP: " << IPLocator::toIPv4string(remote_locator)); return false; }