From e6d6502758210991a8fff3159b62f386138f6477 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 1 Aug 2007 15:44:40 +0000 Subject: factorize handling of -q|--quiet and -v|--verbose for all tools this fixes -q option not handled by urpmi.update (#31890) --- urpmi.removemedia | 2 -- 1 file changed, 2 deletions(-) (limited to 'urpmi.removemedia') 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")); } -- cgit v1.2.1