remove unneeded logging

pull/142/head
Jeff Becker 6 years ago
parent 09e01adf32
commit cb685aaaab
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -460,7 +460,6 @@ namespace llarp
if(m_SNodes.at(itr->second))
{
llarp::LogInfo(Name(), " send to service node");
sendFunc = std::bind(&TunEndpoint::SendToSNodeOrQueue, this,
itr->second.data(), std::placeholders::_1);
}

Loading…
Cancel
Save