aboutsummaryrefslogtreecommitdiffstats
path: root/URPM
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-09-06 09:15:31 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-09-06 09:15:31 +0000
commit0c5e4e61d2ad77c61828212b25cb753ea3e221a4 (patch)
tree94eed2f363283051e39fc8f8f78db01509a1d695 /URPM
parent9f8b646441830278ffe1ad01ce13380dadd2d2c0 (diff)
downloadperl-URPM-0c5e4e61d2ad77c61828212b25cb753ea3e221a4.tar
perl-URPM-0c5e4e61d2ad77c61828212b25cb753ea3e221a4.tar.gz
perl-URPM-0c5e4e61d2ad77c61828212b25cb753ea3e221a4.tar.bz2
perl-URPM-0c5e4e61d2ad77c61828212b25cb753ea3e221a4.tar.xz
perl-URPM-0c5e4e61d2ad77c61828212b25cb753ea3e221a4.zip
Oops, remove debug code
Diffstat (limited to 'URPM')
-rw-r--r--URPM/Resolve.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/URPM/Resolve.pm b/URPM/Resolve.pm
index 3ab1bd5..b82ea85 100644
--- a/URPM/Resolve.pm
+++ b/URPM/Resolve.pm
@@ -158,7 +158,6 @@ sub find_chosen_packages {
{
my (@k_chosen, $stripped_kernel);
foreach my $p (@chosen) {
- warn "*** ".$p->name;
if ($p->name =~ /^kernel-source-stripped/) { #- fast, but unportable
unshift @k_chosen, $p;
$stripped_kernel = 1;