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; 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);