summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--atc-therm-receiver/test.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/atc-therm-receiver/test.pl b/atc-therm-receiver/test.pl
index fb03ec8..1c5bc2c 100644
--- a/atc-therm-receiver/test.pl
+++ b/atc-therm-receiver/test.pl
@@ -96,9 +96,6 @@ sub look_at_device($path,$interfaces) {
my $new_obj = $bluez->get_object($path);
- # I don't know how to tell bluez to keep these objects around ☹
- $new_obj->Set('org.bluez.Device1','Trusted',Net::DBus::dbus_boolean(1));
-
$new_obj->connect_to_signal(
'PropertiesChanged',
sub($interface,$props,@) {