[CMF-checkins] CVS: Products/CMFDefault - SyndicationTool.py:1.26.2.1

Tres Seaver tseaver at zope.com
Fri Oct 15 13:43:00 EDT 2004


Update of /cvs-repository/Products/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv4868/CMFDefault

Modified Files:
      Tag: CMF-1_5-branch
	SyndicationTool.py 
Log Message:
 - Remove commented pdb.


=== Products/CMFDefault/SyndicationTool.py 1.26 => 1.26.2.1 ===
--- Products/CMFDefault/SyndicationTool.py:1.26	Thu Aug 12 11:07:40 2004
+++ Products/CMFDefault/SyndicationTool.py	Fri Oct 15 13:42:59 2004
@@ -346,7 +346,6 @@
         Additionally, sitewide policy checks might have a place
         here...
         """
-        #import pdb; pdb.set_trace()
         if not self.isSiteSyndicationAllowed():
             raise 'Syndication is not Allowed'
 



More information about the CMF-checkins mailing list