From cde250bf4cebfb01a2304d57e8c22ecdecef0a23 Mon Sep 17 00:00:00 2001 From: Izak Burger Date: Mon, 17 Sep 2012 23:57:13 +0200 Subject: [PATCH] remove unused local variable. --- 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 16629b3..ffd2e32 100644 --- a/plone/app/discussion/browser/comments.py +++ b/plone/app/discussion/browser/comments.py @@ -163,7 +163,6 @@ class CommentForm(extensible.ExtensibleForm, form.Form): # some attributes are not always set author_name = u"" - user_notification = None # Create comment comment = createObject('plone.Comment')