Skip to content

Commit

Permalink
bluetooth-indicator: Remove debugging message
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Maddock <[email protected]>
  • Loading branch information
EbonJaeger authored and JoshStrobl committed Jan 27, 2024
1 parent 1a46306 commit 891839e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/panel/applets/status/BluetoothIndicator.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 891839e

Please sign in to comment.