[Checkins] SVN: Products.ZCatalog/trunk/src/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py Aaaeeehmm

Hanno Schlichting hannosch at hannosch.eu
Sat Apr 9 12:31:33 EDT 2011


Log message for revision 121362:
  Aaaeeehmm
  

Changed:
  U   Products.ZCatalog/trunk/src/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py

-=-
Modified: Products.ZCatalog/trunk/src/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py
===================================================================
--- Products.ZCatalog/trunk/src/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py	2011-04-08 21:37:10 UTC (rev 121361)
+++ Products.ZCatalog/trunk/src/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py	2011-04-09 16:31:32 UTC (rev 121362)
@@ -406,7 +406,6 @@
                                 'by a DateRangeIndex' % value)
         value = int(value)
         # handle values outside our specified range
-        import pdb; pdb.set_trace( )
         if value > self.ceiling_value:
             return None
         elif value < self.floor_value:



More information about the checkins mailing list