1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

remove unneeded log statement

This commit is contained in:
Jeff Becker 2019-12-04 08:06:16 -05:00
parent 0eaf03e5e4
commit 0c5c1aab1b
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -830,11 +830,6 @@ namespace llarp
if(itr == m_IPToAddr.end())
{
const auto exits = m_ExitMap.FindAll(dst);
if(exits.empty())
{
llarp::LogWarn(Name(), " has no exit mapped for ", dst);
return;
}
for(const auto &exit : exits)
{
if(pkt.IsV4() && !llarp::IsIPv4Bogon(pkt.dstv4()))