disable log spew

This commit is contained in:
Jeff Becker 2019-08-23 08:27:57 -04:00
parent 7e38a133d8
commit f8bf907f24
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 0 additions and 2 deletions

View File

@ -120,7 +120,6 @@ struct LinkLayerTest : public test::LlarpTest< llarp::sodium::CryptoLibSodium >
void
SetUp()
{
SetLogLevel(eLogDebug);
oldRCLifetime = RouterContact::Lifetime;
RouterContact::IgnoreBogons = true;
RouterContact::Lifetime = 500;
@ -137,7 +136,6 @@ struct LinkLayerTest : public test::LlarpTest< llarp::sodium::CryptoLibSodium >
netLoop.reset();
RouterContact::IgnoreBogons = false;
RouterContact::Lifetime = oldRCLifetime;
SetLogLevel(eLogInfo);
}
static void