remove duplicate

This commit is contained in:
Johannes Raggam 2016-02-10 17:16:35 +01:00
parent dc74279eee
commit 4df90c2ade
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ class DiscussionSettingsControlPanel(controlpanel.ControlPanelFormWrapper):
output.append('invalid_mail_setup')
# Workflow
wftool = getToolByName(self.context, 'portal_workflow', None)
if workflow_chain:
discussion_workflow = workflow_chain[0]
output.append(discussion_workflow)