Commit 3f3405a5 authored by Don Gagne's avatar Don Gagne

Merge pull request #1619 from DonLakeFlyer/Logging

Generate qtlogging.ini in release builds as well
parents 1eba48c6 8953f3f1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment