remove some debug output
This commit is contained in:
@@ -24,7 +24,5 @@ const QString &Path::getAppdataPath()
|
|||||||
appdataPath = path;
|
appdataPath = path;
|
||||||
}
|
}
|
||||||
|
|
||||||
qDebug() << "memes: " << appdataPath;
|
|
||||||
|
|
||||||
return appdataPath;
|
return appdataPath;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,8 +66,6 @@ void SettingsManager::save()
|
|||||||
void SettingsManager::load()
|
void SettingsManager::load()
|
||||||
{
|
{
|
||||||
for (auto &item : _settingsItems) {
|
for (auto &item : _settingsItems) {
|
||||||
qDebug() << "Loading settings for " << item.get().getName();
|
|
||||||
|
|
||||||
item.get().setVariant(_settings.value(item.get().getName()));
|
item.get().setVariant(_settings.value(item.get().getName()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user