remove an extra debug of posted settings in DSSM

This commit is contained in:
Stephen Birarda 2014-10-09 11:32:09 -07:00
parent bfaf96dbf5
commit 5bb0c4e8fb

View file

@ -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];