From c318ecc6c5526913a1a050873c59d5cfe6d7a084 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sat, 13 Jun 2009 17:34:34 +0000 Subject: [PATCH] remove print statement from former commit. svn path=/plone.app.discussion/trunk/; revision=27409 --- plone/app/discussion/browser/comments.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plone/app/discussion/browser/comments.py b/plone/app/discussion/browser/comments.py index 563ea28..4821ffb 100644 --- a/plone/app/discussion/browser/comments.py +++ b/plone/app/discussion/browser/comments.py @@ -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