[Checkins] SVN: z3c.pt/trunk/z3c/pt/expressions.py Removed debugging statement.

Malthe Borch mborch at gmail.com
Wed May 21 09:03:28 EDT 2008


Log message for revision 86877:
  Removed debugging statement.

Changed:
  U   z3c.pt/trunk/z3c/pt/expressions.py

-=-
Modified: z3c.pt/trunk/z3c/pt/expressions.py
===================================================================
--- z3c.pt/trunk/z3c/pt/expressions.py	2008-05-21 12:52:11 UTC (rev 86876)
+++ z3c.pt/trunk/z3c/pt/expressions.py	2008-05-21 13:03:28 UTC (rev 86877)
@@ -280,9 +280,6 @@
     
         """
 
-        if string is None:
-            import pdb; pdb.set_trace()
-            
         string = string.replace('\n', '').strip()
 
         if not string:



More information about the Checkins mailing list