[CMF-checkins] CVS: CMF/CMFStaging - StagingTool.py:1.17

Shane Hathaway shane at zope.com
Tue Feb 3 17:20:44 EST 2004


Update of /cvs-repository/CMF/CMFStaging
In directory cvs.zope.org:/tmp/cvs-serv27964

Modified Files:
	StagingTool.py 
Log Message:
Removed a stray pdb.set_trace


=== CMF/CMFStaging/StagingTool.py 1.16 => 1.17 ===
--- CMF/CMFStaging/StagingTool.py:1.16	Fri Nov  7 16:33:51 2003
+++ CMF/CMFStaging/StagingTool.py	Tue Feb  3 17:20:43 2004
@@ -100,10 +100,6 @@
         for stage_name, stage_title, path in self._stages:
             stage = self._getStage(portal, path)
             stages[stage_name] = stage
-            try:
-                obj.aq_inContextOf
-            except:
-                import pdb; pdb.set_trace()
             if stage is not None and obj.aq_inContextOf(stage, 1):
                 if rel_path is not None:
                     # Can't tell what stage the object is in!




More information about the CMF-checkins mailing list