disable log spew

pull/783/head
Jeff Becker 5 years ago
parent 7e38a133d8
commit f8bf907f24
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

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

Loading…
Cancel
Save