]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Thats not how your mom taught you. Shame on me...
authorJoão Mesquita <jmesquita@freeswitch.org>
Mon, 18 Jan 2010 04:27:21 +0000 (04:27 +0000)
committerJoão Mesquita <jmesquita@freeswitch.org>
Mon, 18 Jan 2010 04:27:21 +0000 (04:27 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16351 d0543943-73ff-0310-b7d9-9358b9ac24b2

fscomm/preferences/prefaccounts.cpp

index 2933b83cf04317b60b51b3ed9a8c537595a8fae9..4f0e86a124ec29fd29ac5c5232a52a09b6f05aee 100644 (file)
@@ -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());