summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-05-23 15:17:27 +0000
committerErik Troan <ewt@redhat.com>2000-05-23 15:17:27 +0000
commite4a08bde8f7c07bb57471df9ab034263bc053780 (patch)
tree951b406624c973d2613a542215d630437dca2b2c /comps.py
parent003c2d66ee7233d0f4e1068cc5cf5dd091c8054a (diff)
downloadanaconda-e4a08bde8f7c07bb57471df9ab034263bc053780.tar.gz
anaconda-e4a08bde8f7c07bb57471df9ab034263bc053780.tar.xz
anaconda-e4a08bde8f7c07bb57471df9ab034263bc053780.zip
removed spurious prints
Diffstat (limited to 'comps.py')
-rw-r--r--comps.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/comps.py b/comps.py
index 1952f39b1..9d4a73ddb 100644
--- a/comps.py
+++ b/comps.py
@@ -69,7 +69,6 @@ class HeaderList:
# don't use list + here, as it creates a new object
for p in newCompat:
compatPackages.append(p)
- print "compatPackages", compatPackages
class HeaderListFromFile (HeaderList):
@@ -77,8 +76,6 @@ class HeaderListFromFile (HeaderList):
hdlist = rpm.readHeaderListFromFile(path)
HeaderList.__init__(self, hdlist, compatPackages = compatPackages)
- print "compatPackages", compatPackages
-
class HeaderListFD (HeaderList):
def __init__(self, fd):
hdlist = rpm.readHeaderListFromFD (fd)