From 45722c9a524b991e1e537c1ff219fe4fa0425cc6 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 25 Apr 2017 17:33:48 +0100 Subject: remove stray debug line --- hal-automounter.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/hal-automounter.pl b/hal-automounter.pl index 55a49ea..6c36a4c 100755 --- a/hal-automounter.pl +++ b/hal-automounter.pl @@ -106,8 +106,6 @@ sub str_from_bytearray { sub device_added { my ($node,$interfaces_and_properties) = @_; - p @_; - my $fs = $interfaces_and_properties->{'org.freedesktop.UDisks2.Filesystem'}; return unless $fs; return if @{ $fs->{MountPoints} || [] }; # mounted already -- cgit v1.2.3