Skip to content
Snippets Groups Projects
Commit 2d07cf30 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

accountconfig: remove some excess logging

Change-Id: I8f8086ddd7b7c57427bb34d95031c39ed518b9d0
parent 93032c21
No related branches found
No related tags found
No related merge requests found
...@@ -232,7 +232,6 @@ NewAccountModel::setAccountConfig(const QString& accountId, ...@@ -232,7 +232,6 @@ NewAccountModel::setAccountConfig(const QString& accountId,
// Set values from Info. No need to include ID and TYPE. SIP accounts may modify the USERNAME // Set values from Info. No need to include ID and TYPE. SIP accounts may modify the USERNAME
// TODO: move these into the ConfProperties_t struct ? // TODO: move these into the ConfProperties_t struct ?
using namespace DRing::Account; using namespace DRing::Account;
qDebug("UPNP_ENABLED: %s\n", details[ConfProperties::UPNP_ENABLED].toStdString().c_str());
details[ConfProperties::ENABLED] = accountInfo.enabled ? QString("true") : QString("false"); details[ConfProperties::ENABLED] = accountInfo.enabled ? QString("true") : QString("false");
details[ConfProperties::ALIAS] = accountInfo.profileInfo.alias; details[ConfProperties::ALIAS] = accountInfo.profileInfo.alias;
details[ConfProperties::DISPLAYNAME] = accountInfo.profileInfo.alias; details[ConfProperties::DISPLAYNAME] = accountInfo.profileInfo.alias;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment