From a167d6e68e634a70af442cd86e43fd9223b1431c Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 6 Sep 2018 18:48:45 +0200 Subject: o Removing debugging. --- ble/LinuxBluetooth.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ble/LinuxBluetooth.cpp b/ble/LinuxBluetooth.cpp index b546a73..541093b 100644 --- a/ble/LinuxBluetooth.cpp +++ b/ble/LinuxBluetooth.cpp @@ -431,10 +431,6 @@ AttVariant LinuxBluetoothGatt::processAvailableMessages(ByteBuffer &buffer) { auto type = static_cast(packet_buffer.get8(0)); LOG_DEBUG("Got ATT message " << to_string(type) << ", size: " << to_string(r)); - if (type == AttPduType::READ_BY_GROUP_TYPE_RES) { - LOG_DEBUG("READ_BY_GROUP_TYPE_REQ!!"); - } - auto v = AttPdu::parse(packet_buffer); if (holds_alternative(v)) { -- cgit v1.2.3