Skip to content

Commit

Permalink
remove debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Mar 31, 2014
1 parent fbf30ca commit 117fcf0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/z3c/form/form.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
from z3c.form.events import DataExtractedEvent
from z3c.form.i18n import MessageFactory as _

import zope.component.event

def applyChanges(form, content, data):
changes = {}
Expand Down Expand Up @@ -146,7 +145,6 @@ def extractData(self, setErrors=True):
self.widgets.setErrors = setErrors
self.widgets.ignoreRequiredOnExtract = self.ignoreRequiredOnExtract
data, errors = self.widgets.extract()
print("DataExtractedEvent")
zope.event.notify(DataExtractedEvent(data, errors, self))
return data, errors

Expand Down

0 comments on commit 117fcf0

Please sign in to comment.