[Spambayes-checkins] spambayes/Outlook2000/dialogs
opt_processors.py, 1.11, 1.12
Mark Hammond
mhammond at users.sourceforge.net
Tue Aug 26 00:25:36 EDT 2003
Update of /cvsroot/spambayes/spambayes/Outlook2000/dialogs
In directory sc8-pr-cvs1:/tmp/cvs-serv17619
Modified Files:
opt_processors.py
Log Message:
Remove stray print.
Index: opt_processors.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/opt_processors.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** opt_processors.py 26 Aug 2003 02:53:09 -0000 1.11
--- opt_processors.py 26 Aug 2003 06:25:33 -0000 1.12
***************
*** 235,239 ****
# Convert it to our range.
val *= float(self.ticks) / self.max_val
- print "Edit setting sliter to tick pos", val
val = int(val)
except ValueError:
--- 235,238 ----
More information about the Spambayes-checkins
mailing list