diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-04-27 23:07:10 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-04-27 23:07:10 +0000 |
commit | 4ffa93e4feb87aae3f1177e8d09c4c97cce3970c (patch) | |
tree | b249a20d43dc1bccda57669261462b0e60155699 /hdrlist.py | |
parent | 28a81f7d0583823a9ab538b28c4cfd622b8f01ef (diff) | |
download | anaconda-4ffa93e4feb87aae3f1177e8d09c4c97cce3970c.tar.gz anaconda-4ffa93e4feb87aae3f1177e8d09c4c97cce3970c.tar.xz anaconda-4ffa93e4feb87aae3f1177e8d09c4c97cce3970c.zip |
2005-04-27 Jeremy Katz <katzj@redhat.com>
* hdrlist.py (betterPackageForProvides): Nuke debug code.
Diffstat (limited to 'hdrlist.py')
-rw-r--r-- | hdrlist.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hdrlist.py b/hdrlist.py index d44b381bd..a6d105105 100644 --- a/hdrlist.py +++ b/hdrlist.py @@ -109,9 +109,6 @@ def betterPackageForProvides(h1, h2): if h1 is None: return h2 - if "openoffice.org-core" in (h1['name'], h2['name']): - log("looking at ooo-core between %s and %s" %(h1['name'], h1['arch'])) - # if we're already being installed, then we're clearly the superior # answer if h1.isSelected(): |