diff options
author | dakkar <dakkar@thenautilus.net> | 2017-04-25 17:33:48 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2017-04-25 17:33:48 +0100 |
commit | 45722c9a524b991e1e537c1ff219fe4fa0425cc6 (patch) | |
tree | e44a9a8bc98c10755e92711330faf2b34946b3ee /hal-automounter.pl | |
parent | Merge branch 'udisks2' (diff) | |
download | hal-automounter-45722c9a524b991e1e537c1ff219fe4fa0425cc6.tar.gz hal-automounter-45722c9a524b991e1e537c1ff219fe4fa0425cc6.tar.bz2 hal-automounter-45722c9a524b991e1e537c1ff219fe4fa0425cc6.zip |
remove stray debug line
Diffstat (limited to 'hal-automounter.pl')
-rwxr-xr-x | hal-automounter.pl | 2 |
1 files changed, 0 insertions, 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 |