logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: CMF/CMFStaging - StagingTool.py:1.17: msg#00006

Subject: CVS: CMF/CMFStaging - StagingTool.py:1.17
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!


<Prev in Thread] Current Thread [Next in Thread>