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) --- urpme | 3 --- 1 file changed, 3 deletions(-) (limited to 'urpme') diff --git a/urpme b/urpme index 1f30714b..f07eb369 100644 --- a/urpme +++ b/urpme @@ -69,9 +69,6 @@ urpm::args::parse_cmdline(urpm => $urpm) or exit(1); my $state = {}; -#- remove verbose if not asked. -$options{verbose} or $urpm->{log} = sub {}; - if ($< && !$test) { $urpm->{fatal}(1, N("Only superuser is allowed to remove packages")); } -- cgit v1.2.1