summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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') {