diff options
author | Francois Pons <fpons@mandriva.com> | 2002-06-07 09:51:17 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-06-07 09:51:17 +0000 |
commit | a0c34ae249bca805ffc8a0575fc75dbc032157fe (patch) | |
tree | daa65f4912e650a93804c714ad782cfe262308a8 /urpm.pm | |
parent | 8d815c08bc6fc8afdbca084d263af54f5c13ee39 (diff) | |
download | urpmi-a0c34ae249bca805ffc8a0575fc75dbc032157fe.tar urpmi-a0c34ae249bca805ffc8a0575fc75dbc032157fe.tar.gz urpmi-a0c34ae249bca805ffc8a0575fc75dbc032157fe.tar.bz2 urpmi-a0c34ae249bca805ffc8a0575fc75dbc032157fe.tar.xz urpmi-a0c34ae249bca805ffc8a0575fc75dbc032157fe.zip |
3.4-7mdk
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. |