Removed debug print of drone settings filename - QSettings::fileName() is the file where the settings will be written to, not the file from which settings were read (when fallbacks are enabled) and hence not useful for us.
This commit is contained in:
parent
8369c18b35
commit
5d7e6fe66c
@ -72,9 +72,6 @@ int main(int argc, char *argv[])
|
||||
app.organizationName(),
|
||||
app.applicationName().toLower());
|
||||
|
||||
if (QFile::exists(appSettings->fileName()))
|
||||
qDebug("Read settings from %s", qPrintable(appSettings->fileName()));
|
||||
|
||||
drone = new Drone();
|
||||
OstProtocolManager = new ProtocolManager();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user