diff --git a/src/QGCApplication.cc b/src/QGCApplication.cc index adf28b1b2d072641e6264a42e85a49ded8cbb073..cefc505929f53db642e04ddfef7baea24cdb40ab 100644 --- a/src/QGCApplication.cc +++ b/src/QGCApplication.cc @@ -219,17 +219,7 @@ QGCApplication::QGCApplication(int &argc, char* argv[], bool unitTesting) filterRules += ".debug=true\n"; } } - - if (_runningUnitTests) { - // We need to turn off these warnings until the firmware meta data is cleaned up - filterRules += "PX4ParameterLoaderLog.warning=false\n"; - } } else { - if (_runningUnitTests) { - // We need to turn off these warnings until the firmware meta data is cleaned up - QLoggingCategory::setFilterRules(QStringLiteral("PX4ParameterLoaderLog.warning=false")); - } - // First thing we want to do is set up the qtlogging.ini file. If it doesn't already exist we copy // it to the correct location. This way default debug builds will have logging turned off.