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:
parent
0eaf03e5e4
commit
0c5c1aab1b
1 changed files with 0 additions and 5 deletions
|
@ -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()))
|
||||
|
|
Loading…
Reference in a new issue