[REM] unused code

bzr revid: rim@openerp.com-20140410152112-q91jka9pon4q6lya
This commit is contained in:
Richard Mathot (OpenERP) 2014-04-10 17:21:12 +02:00
parent 1fe3580fc6
commit 8905975fb8
1 changed files with 0 additions and 5 deletions

View File

@ -210,11 +210,6 @@ class WebsiteSurvey(http.Controller):
_logger.warning("[survey] No answer has been found for question %s marked as non skipped" % answer_tag)
return json.dumps(ret)
# AJAX validation of some questions
# @http.route(['/survey/validate/<model("survey.survey"):survey>'],
# type='http', auth='public', multilang=True)
# def validate(self, survey, **post):
# AJAX submission of a page
@http.route(['/survey/submit/<model("survey.survey"):survey>'],
type='http', auth='public', multilang=True, website=True)