From 0dff3ee82455ee7979b0193de56c165b10258415 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 3 Feb 2004 21:57:30 +0000 Subject: fixed bugs found by yoyotte --- urpm.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index e3159904..428c24ec 100644 --- a/urpm.pm +++ b/urpm.pm @@ -2257,7 +2257,6 @@ sub try_mounting { my %infos; $dir = reduce_pathname($dir); - print STDERR "++++$dir\n"; foreach (grep { ! $infos{$_}{mounted} && $infos{$_}{fs} ne 'supermount' } $urpm->find_mntpoints($dir, \%infos)) { $urpm->{log}(N("mounting %s", $_)); `mount '$_' 2>/dev/null`; -- cgit v1.2.1