diff --git a/src/QGCApplication.cc b/src/QGCApplication.cc index f66e7b9bb792a265408cab4e14d03c88dc02df79..0d3d53b78b26fdbb23186a6ed7614c6a51ee2805 100644 --- a/src/QGCApplication.cc +++ b/src/QGCApplication.cc @@ -144,7 +144,6 @@ QGCApplication::QGCApplication(int &argc, char* argv[], bool unitTesting) : #endif #ifndef __android__ -#ifdef QT_DEBUG // 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. @@ -182,7 +181,6 @@ QGCApplication::QGCApplication(int &argc, char* argv[], bool unitTesting) : } } } -#endif #endif // Set up timer for delayed missing fact display