[Spambayes-checkins] spambayes/Outlook2000/dialogs
wizard_processors.py, 1.7, 1.8
Mark Hammond
mhammond at users.sourceforge.net
Sun Aug 24 07:21:15 EDT 2003
Update of /cvsroot/spambayes/spambayes/Outlook2000/dialogs
In directory sc8-pr-cvs1:/tmp/cvs-serv31382
Modified Files:
wizard_processors.py
Log Message:
Remove some print statement.
Index: wizard_processors.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/wizard_processors.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** wizard_processors.py 24 Aug 2003 07:56:52 -0000 1.7
--- wizard_processors.py 24 Aug 2003 13:21:13 -0000 1.8
***************
*** 251,257 ****
if id == self.control_id:
if code==win32con.EN_CHANGE:
- print "got change", self.in_setting_name
if not self.in_setting_name:
- print "resetting!"
self.SetOptionValue(None) # reset the folder IDs.
self.SetOptionValue("", self.option_folder_name)
--- 251,255 ----
***************
*** 261,265 ****
name_val = self.GetOptionValue(self.option_folder_name)
id_val = self.GetOptionValue()
- print "Got", name_val, id_val
self.in_setting_name = True
if id_val:
--- 259,262 ----
More information about the Spambayes-checkins
mailing list