[Zope3-checkins] CVS: zopeproducts/bugtracker/browser - mail.py:1.2 tracker.py:1.9
Stephan Richter
srichter@cosmos.phy.tufts.edu
Fri, 1 Aug 2003 07:14:16 -0400
Update of /cvs-repository/zopeproducts/bugtracker/browser
In directory cvs.zope.org:/tmp/cvs-serv16197/browser
Modified Files:
mail.py tracker.py
Log Message:
Removing debug prints.
=== zopeproducts/bugtracker/browser/mail.py 1.1 => 1.2 ===
--- zopeproducts/bugtracker/browser/mail.py:1.1 Thu Jul 24 14:08:10 2003
+++ zopeproducts/bugtracker/browser/mail.py Fri Aug 1 07:14:10 2003
@@ -30,7 +30,6 @@
IMailSubscriptions).addSubscriptions(emails)
elif 'REMOVE' in self.request:
emails = self.request['remails']
- print emails
if isinstance(emails, (str, unicode)):
emails = [emails]
getAdapter(self.context,
=== zopeproducts/bugtracker/browser/tracker.py 1.8 => 1.9 ===
--- zopeproducts/bugtracker/browser/tracker.py:1.8 Fri Aug 1 06:54:17 2003
+++ zopeproducts/bugtracker/browser/tracker.py Fri Aug 1 07:14:10 2003
@@ -222,7 +222,6 @@
'all': iter(registry.get(self.context, vocname)),
'title': title,
'name': varname})
- print info
return info
def getSearchText(self):