summaryrefslogtreecommitdiffstats
path: root/urpmi.addmedia
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-xurpmi.addmedia2
1 files changed, 0 insertions, 2 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia
index e1d0eece..c8bb7076 100755
--- a/urpmi.addmedia
+++ b/urpmi.addmedia
@@ -103,8 +103,6 @@ my $urpm = new urpm;
urpm::args::parse_cmdline(urpm => $urpm) or usage();
our ($name, $url, $with, $relative_hdlist) = our @cmdline;
-#- remove verbose if not asked.
-$options{verbose} > 0 or $urpm->{log} = sub {};
$options{quiet} = 1 if $options{verbose} < 0;
$url or ($url, $name) = ($name, '');