remove print statement from former commit.
svn path=/plone.app.discussion/trunk/; revision=27409
This commit is contained in:
parent
22f50532ff
commit
c318ecc6c5
@ -79,7 +79,6 @@ class CommentsViewlet(ViewletBase):
|
|||||||
# list all possible workflow actions
|
# list all possible workflow actions
|
||||||
actions = [a for a in wf.listActionInfos(object=comment_obj)
|
actions = [a for a in wf.listActionInfos(object=comment_obj)
|
||||||
if a['category'] == 'workflow' and a['allowed']]
|
if a['category'] == 'workflow' and a['allowed']]
|
||||||
print actions
|
|
||||||
r = r.copy()
|
r = r.copy()
|
||||||
r['actions'] = actions
|
r['actions'] = actions
|
||||||
yield r
|
yield r
|
||||||
|
Loading…
Reference in New Issue
Block a user