From e843204fe6e0b6e744eea48b4dc5083ca3135ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Mesquita?= Date: Mon, 18 Jan 2010 04:27:21 +0000 Subject: [PATCH] Thats not how your mom taught you. Shame on me... git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16351 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- fscomm/preferences/prefaccounts.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/fscomm/preferences/prefaccounts.cpp b/fscomm/preferences/prefaccounts.cpp index 2933b83cf0..4f0e86a124 100644 --- a/fscomm/preferences/prefaccounts.cpp +++ b/fscomm/preferences/prefaccounts.cpp @@ -146,7 +146,6 @@ void PrefAccounts::readConfig() { QString default_gateway = _settings->value(QString("/FreeSWITCH/conf/sofia.conf/profiles/profile/gateways/%1/gateway/attrs/name").arg(_ui->accountsTable->item(0,0)->data(Qt::UserRole).toString())).toString(); _settings->beginGroup("FreeSWITCH/conf/globals"); - qDebug() << QString("Fucking gw: %1").arg(default_gateway); _settings->setValue("default_gateway", default_gateway); _settings->endGroup(); switch_core_set_variable("default_gateway", default_gateway.toAscii().data());