summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/android
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2016-11-07 14:46:57 +0100
committerAlex Blasche <alexander.blasche@qt.io>2016-11-07 15:15:44 +0000
commit738edb3a5891f26e7da930e1521c5e80aeffa860 (patch)
treec7e81abc27ac9b9179ee49cc5eea0f5e0c35584c /src/bluetooth/android
parent7b443cd0fdd1940a8bfaad73df5e309a52b7669f (diff)
Remove not needed Log output from Android Device Discovery
Change-Id: Ibe1871578394fa1e0f039425036ab0dd5223be49 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/bluetooth/android')
-rw-r--r--src/bluetooth/android/devicediscoverybroadcastreceiver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bluetooth/android/devicediscoverybroadcastreceiver.cpp b/src/bluetooth/android/devicediscoverybroadcastreceiver.cpp
index a246889f..51f6736a 100644
--- a/src/bluetooth/android/devicediscoverybroadcastreceiver.cpp
+++ b/src/bluetooth/android/devicediscoverybroadcastreceiver.cpp
@@ -427,7 +427,6 @@ void DeviceDiscoveryBroadcastReceiver::onReceive(JNIEnv *env, jobject context, j
void DeviceDiscoveryBroadcastReceiver::onReceiveLeScan(
JNIEnv *env, jobject jBluetoothDevice, jint rssi)
{
- qCDebug(QT_BT_ANDROID) << "DeviceDiscoveryBroadcastReceiver::onReceiveLeScan()";
const QAndroidJniObject bluetoothDevice(jBluetoothDevice);
if (!bluetoothDevice.isValid())
return;