mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 06:59:03 +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,
|
void DomainServerSettingsManager::recurseJSONObjectAndOverwriteSettings(const QJsonObject& postedObject,
|
||||||
QVariantMap& settingsVariant,
|
QVariantMap& settingsVariant,
|
||||||
const QJsonArray& descriptionArray) {
|
const QJsonArray& descriptionArray) {
|
||||||
|
|
||||||
qDebug() << postedObject;
|
|
||||||
// Iterate on the setting groups
|
// Iterate on the setting groups
|
||||||
foreach(const QString& groupKey, postedObject.keys()) {
|
foreach(const QString& groupKey, postedObject.keys()) {
|
||||||
QJsonValue groupValue = postedObject[groupKey];
|
QJsonValue groupValue = postedObject[groupKey];
|
||||||
|
|
Loading…
Reference in a new issue