Merge pull request #142 from majestrate/dev

remove unneeded logging
pull/150/head
Jeff 6 years ago committed by GitHub
commit 2a7b6397f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save