diff options
author | Matt Wilson <msw@redhat.com> | 2001-02-14 05:36:10 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-02-14 05:36:10 +0000 |
commit | 900a24efeb47efc322f636b335ebbe556c637fe6 (patch) | |
tree | fa3b42a8da6d19335f7ee9dd5a1131003c3a5edf /todo.py | |
parent | 84be14242d66cc8c43556752ed7790538430bdcd (diff) | |
download | anaconda-900a24efeb47efc322f636b335ebbe556c637fe6.tar.gz anaconda-900a24efeb47efc322f636b335ebbe556c637fe6.tar.xz anaconda-900a24efeb47efc322f636b335ebbe556c637fe6.zip |
remove debug
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -738,7 +738,6 @@ class ToDo: group = self.instClass.getGroups() optional = self.instClass.getOptionalGroups() packages = self.instClass.getPackages() - print group,optional,packages for comp in self.comps: comp.unselect() |