summaryrefslogtreecommitdiff
path: root/hal-automounter.pl
diff options
context:
space:
mode:
Diffstat (limited to 'hal-automounter.pl')
-rwxr-xr-xhal-automounter.pl2
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