aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMandrake <mandrake@mandriva.com>2006-09-13 10:47:08 +0000
committerMandrake <mandrake@mandriva.com>2006-09-13 10:47:08 +0000
commitdd88098dbe262cbd9a66d671b2270b4df7505208 (patch)
treeaae52fecb40b22d38c4eb10a17e957819d0e48d2
parentcd25d6da365fb0a4ca794c640dba7e0593f5c0d1 (diff)
downloadmga-youri-core-dd88098dbe262cbd9a66d671b2270b4df7505208.tar
mga-youri-core-dd88098dbe262cbd9a66d671b2270b4df7505208.tar.gz
mga-youri-core-dd88098dbe262cbd9a66d671b2270b4df7505208.tar.bz2
mga-youri-core-dd88098dbe262cbd9a66d671b2270b4df7505208.tar.xz
mga-youri-core-dd88098dbe262cbd9a66d671b2270b4df7505208.zip
remove debug message
-rw-r--r--lib/Youri/Repository.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Youri/Repository.pm b/lib/Youri/Repository.pm
index 511765e..9e7ad01 100644
--- a/lib/Youri/Repository.pm
+++ b/lib/Youri/Repository.pm
@@ -192,8 +192,6 @@ sub get_obsoleted_packages {
);
push @packages, grep { $package->range_check($obsolete, $_) } @list;
}
- print "Obsoleted packages: @packages\n";
- exit;
return @packages;
}