diff options
author | pnfisher <pnfisher> | 1999-09-14 00:34:17 +0000 |
---|---|---|
committer | pnfisher <pnfisher> | 1999-09-14 00:34:17 +0000 |
commit | 12e7f60d6a97b6c4eb59dda70c0371f144491c97 (patch) | |
tree | 4a8d9f838b457dfefd4c516f903bbada87b7aa5f /iw/rootpartition.py | |
parent | 079cd143ed9acb3dd6f48080f22d0422a1b81591 (diff) | |
download | anaconda-12e7f60d6a97b6c4eb59dda70c0371f144491c97.tar.gz anaconda-12e7f60d6a97b6c4eb59dda70c0371f144491c97.tar.xz anaconda-12e7f60d6a97b6c4eb59dda70c0371f144491c97.zip |
Remove ewt's prints.
Diffstat (limited to 'iw/rootpartition.py')
-rw-r--r-- | iw/rootpartition.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/iw/rootpartition.py b/iw/rootpartition.py index 8d91a7843..c53cfbd74 100644 --- a/iw/rootpartition.py +++ b/iw/rootpartition.py @@ -40,7 +40,6 @@ class PartitionWindow (InstallWindow): if not self.skippedScreen: win = self.todo.ddruid.getConfirm () if win: - print "confirm" bin = GtkFrame (None, _obj = win) bin.set_shadow_type (SHADOW_NONE) window = ConfirmPartitionWindow @@ -52,18 +51,13 @@ class PartitionWindow (InstallWindow): self.todo.addMount(partition, mount, fsystem) (drives, raid) = self.todo.ddruid.partitionList() - print "drives", drives - print "raid", raid for (mount, device, type, other) in raid: self.todo.addMount(device, mount, "ext2") - print "self.todo.mounts", self.todo.mounts - return None def enableCallback (self, value): - print "enable", value self.ics.setNextEnabled (value) def getScreen (self): |