summaryrefslogtreecommitdiffstats
path: root/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
diff options
context:
space:
mode:
authorAndrew Stanley-Jones <andrew.stanley-jones@nokia.com>2010-11-30 15:40:36 +1000
committerAndrew Stanley-Jones <andrew.stanley-jones@nokia.com>2010-11-30 16:12:59 +1000
commit67587d4407db26b6fcd251709bf1f7f6338f0013 (patch)
treead38223cc1e438838acfefe51cffca9d8af9175d /src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
parentc6d34bcfbe86709539d664150c93237d945928e2 (diff)
API updates for QBluetoothLocalDevice
Diffstat (limited to 'src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp')
-rw-r--r--src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp b/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
index 50f843c966..18c5da9da1 100644
--- a/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
+++ b/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
@@ -276,8 +276,6 @@ bool QBluetoothServiceInfoPrivate::registerService() const
stream.writeEndDocument();
- qDebug() << "xml record: " << xmlServiceRecord;
-
if (!registered) {
QDBusPendingReply<uint> reply = service->AddRecord(xmlServiceRecord);
reply.waitForFinished();