Remove debug comment

This commit is contained in:
Jason Rhinelander 2021-11-15 16:57:17 -04:00
parent f63fff37a3
commit 711038d150
1 changed files with 0 additions and 1 deletions

View File

@ -1070,7 +1070,6 @@ namespace llarp
// send icmp unreachable as we dont have any exits for this ip
if (const auto icmp = pkt.MakeICMPUnreachable())
{
/// ?
HandleWriteIPPacket(icmp->ConstBuffer(), dst, src, 0);
}
return;