mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
remove some debug output
This commit is contained in:
parent
548fbe5866
commit
153fae7c19
|
@ -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()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue