From 2d07cf30dd88b89700533bea5fa2e76f79d2e50a Mon Sep 17 00:00:00 2001 From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com> Date: Fri, 16 Jul 2021 10:20:45 -0400 Subject: [PATCH] accountconfig: remove some excess logging Change-Id: I8f8086ddd7b7c57427bb34d95031c39ed518b9d0 --- src/newaccountmodel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/newaccountmodel.cpp b/src/newaccountmodel.cpp index c5a01b12..40769214 100644 --- a/src/newaccountmodel.cpp +++ b/src/newaccountmodel.cpp @@ -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 // TODO: move these into the ConfProperties_t struct ? 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::ALIAS] = accountInfo.profileInfo.alias; details[ConfProperties::DISPLAYNAME] = accountInfo.profileInfo.alias; -- GitLab