From 9c48705e9904795a5c5b0e587ae2febe72f0c6e7 Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Fri, 3 Jul 2009 17:13:19 +0000
Subject: [PATCH] remove old comment, Conversion is not stored in ZODB

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27935 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/Document.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/product/ERP5/Document/Document.py b/product/ERP5/Document/Document.py
index 2116598fab..663f2ddda2 100644
--- a/product/ERP5/Document/Document.py
+++ b/product/ERP5/Document/Document.py
@@ -1108,8 +1108,6 @@ class Document(PermanentURLMixIn, XMLObject, UrlMixIn, ConversionCacheMixin, Sna
       if not html.find('<base') >= 0:
         base = '<base href="%s">' % self.getContentBaseURL()
         html = html.replace('<head>', '<head>%s' % base)
-      # We do not implement cache yet since it increases ZODB
-      # for probably no reason. More research needed
       self.setConversion(html, mime='text/html', format='base-html')
     return html
 
-- 
2.30.9