diff options
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(): |