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:
Srivats P. 2014-12-31 21:41:12 +05:30
parent 8369c18b35
commit 5d7e6fe66c

View File

@ -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();