mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-08 22:52:01 +02:00
chore: Remove unused println
This commit is contained in:
parent
a5c4a335c5
commit
4ce01688f9
|
@ -48,10 +48,8 @@ impl BluetoothEntry {
|
|||
entry.add_prefix(&Image::from_icon_name(&device.icon));
|
||||
}
|
||||
if device.connected || device.bonded {
|
||||
println!("was bonded");
|
||||
entry_imp.remove_device_button.borrow().set_sensitive(true);
|
||||
} else {
|
||||
dbg!(&device);
|
||||
entry_imp.remove_device_button.borrow().set_sensitive(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue