summaryrefslogtreecommitdiffstats
path: root/src/network/bearer
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2009-12-07 06:03:38 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-01-04 01:00:01 (GMT)
commit19e64169b8f3b0b0c12d99327e8c68c5c8a26498 (patch)
treeca551086e10b29c18aad919f4f7cc1439f4a933d /src/network/bearer
parentf7eb78d6b7cc0e07275ab64bec2743c5b2c0705f (diff)
downloadQt-19e64169b8f3b0b0c12d99327e8c68c5c8a26498.zip
Qt-19e64169b8f3b0b0c12d99327e8c68c5c8a26498.tar.gz
Qt-19e64169b8f3b0b0c12d99327e8c68c5c8a26498.tar.bz2
Remove debug.
Diffstat (limited to 'src/network/bearer')
-rw-r--r--src/network/bearer/qbearerplugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/bearer/qbearerplugin.cpp b/src/network/bearer/qbearerplugin.cpp
index 252ee71..7b81b13 100644
--- a/src/network/bearer/qbearerplugin.cpp
+++ b/src/network/bearer/qbearerplugin.cpp
@@ -48,7 +48,6 @@ QT_BEGIN_NAMESPACE
QBearerEnginePlugin::QBearerEnginePlugin(QObject *parent)
: QObject(parent)
{
- qDebug() << Q_FUNC_INFO;
}
QBearerEnginePlugin::~QBearerEnginePlugin()