remove log level change

This commit is contained in:
jeff 2019-10-01 11:06:56 -04:00
parent da9437d0cf
commit c3451fc77a
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ struct LinkLayerTest : public test::LlarpTest< llarp::sodium::CryptoLibSodium >
void
SetUp()
{
llarp::SetLogLevel(eLogDebug);
oldRCLifetime = RouterContact::Lifetime;
RouterContact::BlockBogons = false;
RouterContact::Lifetime = 500;