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

Remove obnoxious log statement

This commit is contained in:
Stephen Shelton 2020-06-04 13:21:05 -06:00
parent d8b12ce764
commit 43ffe23f66
No known key found for this signature in database
GPG key ID: EE4BADACCE8B631C

View file

@ -124,7 +124,6 @@ namespace llarp
return false;
if (txid == 0) // txid == 0 on gossip
{
LogWarn("Received Gossiped RC, generating RCGossipReceivedEvent");
auto* router = dht.GetRouter();
router->NotifyRouterEvent<tooling::RCGossipReceivedEvent>(router->pubkey(), rc);
router->GossipRCIfNeeded(rc);