mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
Remove obnoxious log statement
This commit is contained in:
parent
d8b12ce764
commit
43ffe23f66
@ -124,7 +124,6 @@ namespace llarp
|
|||||||
return false;
|
return false;
|
||||||
if (txid == 0) // txid == 0 on gossip
|
if (txid == 0) // txid == 0 on gossip
|
||||||
{
|
{
|
||||||
LogWarn("Received Gossiped RC, generating RCGossipReceivedEvent");
|
|
||||||
auto* router = dht.GetRouter();
|
auto* router = dht.GetRouter();
|
||||||
router->NotifyRouterEvent<tooling::RCGossipReceivedEvent>(router->pubkey(), rc);
|
router->NotifyRouterEvent<tooling::RCGossipReceivedEvent>(router->pubkey(), rc);
|
||||||
router->GossipRCIfNeeded(rc);
|
router->GossipRCIfNeeded(rc);
|
||||||
|
Loading…
Reference in New Issue
Block a user