disable peer status entirely

This commit is contained in:
Jeff Becker 2021-07-01 09:35:50 -04:00
parent 2578983a09
commit 1d1d97b0ef
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 0 additions and 8 deletions

View File

@ -674,14 +674,6 @@ namespace llarp
hiddenServiceContext().AddEndpoint(conf);
}
// peer stats
if (IsServiceNode())
{
LogInfo("Initializing peerdb...");
m_peerDb = std::make_shared<PeerDb>();
m_peerDb->configure(conf.router);
}
// Logging config
LogContext::Instance().Initialize(
conf.logging.m_logLevel,