remove unused local variable.

This commit is contained in:
Izak Burger 2012-09-17 23:57:13 +02:00
parent 4d1e7b5806
commit cde250bf4c
1 changed files with 0 additions and 1 deletions

View File

@ -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')