summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserviceinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothserviceinfo.cpp')
-rw-r--r--src/bluetooth/qbluetoothserviceinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothserviceinfo.cpp b/src/bluetooth/qbluetoothserviceinfo.cpp
index 8586bf38..4e2c0499 100644
--- a/src/bluetooth/qbluetoothserviceinfo.cpp
+++ b/src/bluetooth/qbluetoothserviceinfo.cpp
@@ -398,8 +398,8 @@ void QBluetoothServiceInfo::setDevice(const QBluetoothDeviceInfo &device)
*/
void QBluetoothServiceInfo::setAttribute(quint16 attributeId, const QVariant &value)
{
- if (value.type() == QVariant::List)
- qDebug() << "tried attribute with type QVariantList" << value;
+// if (value.type() == QVariant::List)
+// qDebug() << "tried attribute with type QVariantList" << value;
d_ptr->attributes[attributeId] = value;