Remove obnoxious log statement

pull/1297/head
Stephen Shelton 4 years ago
parent d8b12ce764
commit 43ffe23f66
No known key found for this signature in database
GPG Key ID: EE4BADACCE8B631C

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

Loading…
Cancel
Save