From 891839ef3a50cb036362e7d4280db084767bbbe9 Mon Sep 17 00:00:00 2001 From: Evan Maddock Date: Tue, 23 Jan 2024 13:31:07 -0500 Subject: [PATCH] bluetooth-indicator: Remove debugging message Signed-off-by: Evan Maddock --- src/panel/applets/status/BluetoothIndicator.vala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panel/applets/status/BluetoothIndicator.vala b/src/panel/applets/status/BluetoothIndicator.vala index 3049fc898..56ec4829d 100644 --- a/src/panel/applets/status/BluetoothIndicator.vala +++ b/src/panel/applets/status/BluetoothIndicator.vala @@ -660,7 +660,6 @@ public class BTDeviceRow : ListBoxRow { // We only want to show the send button if the device // can actually receive files. - message("%x", device.@class & 0x20C); if ((device.@class & SMARTPHONE_MASK) == SMARTPHONE_MASK || (device.@class & DESKTOP_MASK) == DESKTOP_MASK || (device.@class & LAPTOP_MASK) == LAPTOP_MASK) {