mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
remove an extra debug of posted settings in DSSM
This commit is contained in:
parent
bfaf96dbf5
commit
5bb0c4e8fb
1 changed files with 0 additions and 2 deletions
|
@ -298,8 +298,6 @@ void DomainServerSettingsManager::updateSetting(const QString& key, const QJsonV
|
|||
void DomainServerSettingsManager::recurseJSONObjectAndOverwriteSettings(const QJsonObject& postedObject,
|
||||
QVariantMap& settingsVariant,
|
||||
const QJsonArray& descriptionArray) {
|
||||
|
||||
qDebug() << postedObject;
|
||||
// Iterate on the setting groups
|
||||
foreach(const QString& groupKey, postedObject.keys()) {
|
||||
QJsonValue groupValue = postedObject[groupKey];
|
||||
|
|
Loading…
Reference in a new issue