From ea2038b122d688be5cf9284decba8cebbb805de3 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sun, 12 Dec 2010 12:51:41 +0000 Subject: [PATCH] Remove XXX line from conversation.py. Martin and I agree that this is probably not relevant anymore. Refs #9288 svn path=/plone.app.discussion/trunk/; revision=46265 --- plone/app/discussion/conversation.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plone/app/discussion/conversation.py b/plone/app/discussion/conversation.py index a9045f5..f48b6f6 100644 --- a/plone/app/discussion/conversation.py +++ b/plone/app/discussion/conversation.py @@ -289,10 +289,6 @@ class Conversation(Traversable, Persistent, Explicit): # avoid sending ContainerModifiedEvent multiple times self.__delitem__(child_id, suppress_container_modified=True) - # XXX: During the events sent from the recursive deletion, the - # _children data structure may be in an inconsistent state. We may - # need to delay sending the events until it is fixed up. - # Remove the comment from _comments self._comments.pop(key)