From cead340ceb424e9134f14577af382d696f843168 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 7 Sep 2007 06:31:22 +0000 Subject: revert debug code --- urpme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpme') diff --git a/urpme b/urpme index 05e94e31..95214b0e 100644 --- a/urpme +++ b/urpme @@ -122,7 +122,7 @@ if ($test && $auto) { #- Warning : the following message is parsed in urpm::parallel_* my $msg = N("Checking to remove the following packages"); print STDOUT "$msg:\n$list\n"; -} elsif (($parallel || @toremove > @l) && !$auto || 1) { +} elsif (($parallel || @toremove > @l) && !$auto) { my $msg = P("To satisfy dependencies, the following package will be removed", "To satisfy dependencies, the following %d packages will be removed", -- cgit v1.2.1