CommentTreeStorageV3: remove check for comment id of -1.

This commit is contained in:
Brian Simpson
2014-03-07 17:26:14 -05:00
parent 5c5f181e69
commit e6d3b9dc93

View File

@@ -159,8 +159,6 @@ class CommentTreeStorageV3(CommentTreeStorageBase):
depth = {}
parents = {}
for (d, pid, cid), val in row:
if cid == -1:
continue
if pid == cls.NO_PARENT:
pid = None