diff options
Diffstat (limited to 'urpmi.removemedia')
-rwxr-xr-x | urpmi.removemedia | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/urpmi.removemedia b/urpmi.removemedia index 54474da9..a3485282 100755 --- a/urpmi.removemedia +++ b/urpmi.removemedia @@ -59,8 +59,6 @@ our @cmdline; #- set by urpm::args urpm::args::parse_cmdline(urpm => $urpm) or exit(1); -$options{verbose} > 0 or $urpm->{log} = sub {}; - if ($< != 0) { $urpm->{fatal}(1, N("Only superuser is allowed to remove media")); } |