[Checkins] SVN: Products.CMFDefault/trunk/Products/CMFDefault/Document.py - removed redundant lines

Yvo Schubbe y.2010 at wcm-solutions.de
Thu Jun 17 03:24:44 EDT 2010


Log message for revision 113570:
  - removed redundant lines

Changed:
  U   Products.CMFDefault/trunk/Products/CMFDefault/Document.py

-=-
Modified: Products.CMFDefault/trunk/Products/CMFDefault/Document.py
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/Document.py	2010-06-16 18:53:52 UTC (rev 113569)
+++ Products.CMFDefault/trunk/Products/CMFDefault/Document.py	2010-06-17 07:24:43 UTC (rev 113570)
@@ -110,8 +110,6 @@
         self._size = len(text)
 
         text_format = self.text_format
-        if not text_format:
-            text_format = self.text_format
 
         if text_format != 'html':
             normalizer = queryUtility(ILinebreakNormalizer)



More information about the checkins mailing list