summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 8e04b59f..6411ae84 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -1304,7 +1304,6 @@ sub search_packages {
my (%exact, %exact_a, %exact_ra, %found, %foundi);
foreach my $v (@$names) {
- print "search $v\n";
#- it is a way of speedup, providing the name of a package directly help
#- to find the package.
#- this is necessary if providing a name list of package to upgrade.