From e4a7e7e4587fe57fab671059a841b0fe617768ef Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sun, 11 Oct 2015 14:51:03 -0700 Subject: [PATCH] Parameter meta data cleaned up --- src/QGCApplication.cc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/QGCApplication.cc b/src/QGCApplication.cc index adf28b1b2..cefc50592 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. -- 2.22.0