trivial: remove debugging print

This commit is contained in:
Frédéric Péters 2021-01-30 15:04:47 +01:00
parent 2f00983ec3
commit 4c33dca279
1 changed files with 0 additions and 1 deletions

View File

@ -259,7 +259,6 @@ class FormFillPage(PublicFormFillPage):
)
r += htmltext('</select>')
r += htmltext('</div>')
print('bouh')
if self.formdef.submission_lateral_template:
r += htmltext('<div data-async-url="%slateral-block"></div>' % self.formdef.get_backoffice_submission_url())
return r.getvalue()