summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-06-29 00:17:18 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-06-29 00:17:18 +0000
commiteaffd7ce7b4dc55a92b87fd752a1575b3e3b8cfd (patch)
tree1fa917ca467561c5372c76a4fd4772d65bf3608c /urpm.pm
parentff52488f55bb3838b569bc15cead80c1ef25a956 (diff)
downloadurpmi-eaffd7ce7b4dc55a92b87fd752a1575b3e3b8cfd.tar
urpmi-eaffd7ce7b4dc55a92b87fd752a1575b3e3b8cfd.tar.gz
urpmi-eaffd7ce7b4dc55a92b87fd752a1575b3e3b8cfd.tar.bz2
urpmi-eaffd7ce7b4dc55a92b87fd752a1575b3e3b8cfd.tar.xz
urpmi-eaffd7ce7b4dc55a92b87fd752a1575b3e3b8cfd.zip
Remove debug message, doh
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 205b9d5c..bccaf8d6 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -81,7 +81,6 @@ sub sync_webfetch {
}
#- else first downloader of @webfetch is the default one
$preferred ||= $available_webfetch[0];
- warn "Preferred : $preferred\n";
if ($preferred eq 'curl') {
sync_curl($options, @{$files{ftp} || []}, @{$files{http} || []}, @{$files{https} || []});
} elsif ($preferred eq 'wget') {