From bc46c09a9efd5ba9518f7009573388723ea1283e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Tue, 21 Dec 2010 08:56:49 +0000
Subject: [PATCH] remove this obsolete comment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41562 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/Base.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py
index 9366fe19c5..4c5701336f 100644
--- a/product/ERP5Type/Base.py
+++ b/product/ERP5Type/Base.py
@@ -1344,9 +1344,6 @@ class Base( CopyContainer,
     defined on this object.
     If an accessor exists for this property, the accessor will be called,
     default value will be passed to the accessor as first positional argument.
-
-    XXX Usage of getProperty is BAD. It should either be removed
-    or reused
     """
     accessor_name = 'get' + UpperCase(key)
     aq_self = aq_base(self)
-- 
2.30.9