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
This commit is contained in:
Timo Stollenwerk 2010-12-12 12:51:41 +00:00
parent a9ef0503f2
commit ea2038b122

View File

@ -289,10 +289,6 @@ class Conversation(Traversable, Persistent, Explicit):
# avoid sending ContainerModifiedEvent multiple times # avoid sending ContainerModifiedEvent multiple times
self.__delitem__(child_id, suppress_container_modified=True) 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 # Remove the comment from _comments
self._comments.pop(key) self._comments.pop(key)