remove print statement from former commit.

svn path=/plone.app.discussion/trunk/; revision=27409
This commit is contained in:
Timo Stollenwerk 2009-06-13 17:34:34 +00:00
parent 22f50532ff
commit c318ecc6c5
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ class CommentsViewlet(ViewletBase):
# list all possible workflow actions
actions = [a for a in wf.listActionInfos(object=comment_obj)
if a['category'] == 'workflow' and a['allowed']]
print actions
r = r.copy()
r['actions'] = actions
yield r