diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-23 19:51:30 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-23 19:51:30 +0000 |
commit | 42539118bb64d0a97ee6e81b4fffe735bc9c32d4 (patch) | |
tree | bc23a806c987ca1c08e48c9a658f3590748ef219 /iw/package.py | |
parent | 6d37596f9216a5a90d6b0769a1c75b5773f7b1b5 (diff) | |
download | anaconda-42539118bb64d0a97ee6e81b4fffe735bc9c32d4.tar.gz anaconda-42539118bb64d0a97ee6e81b4fffe735bc9c32d4.tar.xz anaconda-42539118bb64d0a97ee6e81b4fffe735bc9c32d4.zip |
no debuggin
Diffstat (limited to 'iw/package.py')
-rw-r--r-- | iw/package.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/package.py b/iw/package.py index 68d351a15..af1cac96f 100644 --- a/iw/package.py +++ b/iw/package.py @@ -388,7 +388,6 @@ class PackageSelectionWindow (InstallWindow): # turn on each package group in order (msw's code requires this) for (button, comp) in self.checkButtons: if button.get_active (): - print comp.name comp.select (1) del self.checkButtons |