summaryrefslogtreecommitdiffstats
path: root/iw/progress.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-07 17:06:19 +0000
committerMatt Wilson <msw@redhat.com>1999-08-07 17:06:19 +0000
commit66e84b3604e03bdd58431ff18af6affad29e7a3a (patch)
treedc1be293c6a3115b7a960ad5b9bd1d7fac5bb94b /iw/progress.py
parentdffe41b68307b0669b679998deecb490eddf9754 (diff)
downloadanaconda-66e84b3604e03bdd58431ff18af6affad29e7a3a.tar.gz
anaconda-66e84b3604e03bdd58431ff18af6affad29e7a3a.tar.xz
anaconda-66e84b3604e03bdd58431ff18af6affad29e7a3a.zip
more partition fixes, other fixes
Diffstat (limited to 'iw/progress.py')
-rw-r--r--iw/progress.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/progress.py b/iw/progress.py
index 5a13f32df..d27e4fcaf 100644
--- a/iw/progress.py
+++ b/iw/progress.py
@@ -64,7 +64,6 @@ class InstallProgressWindow (InstallWindow):
self.timeTotalW.setText("%12s" % formatTime(finishTime))
def setPackage(self, header):
- print header[rpm.RPMTAG_SUMMARY]
threads_enter ()
self.name.set_text (header[rpm.RPMTAG_NAME])
self.size.set_text ("%.1f KBytes" % (header[rpm.RPMTAG_SIZE] / 1024.0))