From 8e442f13dbd7c3619dff65b24e5a6c1ec29dfb2d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 10 Jul 2008 14:06:48 +0000
Subject: [PATCH] remove wrong comment

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

diff --git a/product/ERP5/Document/Person.py b/product/ERP5/Document/Person.py
index fd27e056fd..94a0fb3da1 100644
--- a/product/ERP5/Document/Person.py
+++ b/product/ERP5/Document/Person.py
@@ -247,7 +247,6 @@ class Person(XMLObject):
         calendar_uid_list.extend(assignment.getCalendarUidList())
       kw['node'] = [self.getUid()] + calendar_uid_list
 
-      # Call getSequence
       portal_simulation = getToolByName(self, 'portal_simulation')
       return portal_simulation.getAvailableTimeSequence(*args, **kw)
 
-- 
2.30.9