remove debuging code

This commit is contained in:
Simon Vieille 2021-03-30 13:48:09 +02:00
parent ca43d520e7
commit 4ca57e91f5
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ FormPnw.prototype.init = function() {
for (var i = 0, len = forms.length; i < len; i++) {
var form = forms[i]
var action = form.getAttribute('action')
console.log([action, Routing.generate('blog_tech_form_without_javascript', [], true)])
action = action.replace(Routing.generate('blog_tech_form_without_javascript', [], false) + '?page=', '')
action = decodeURIComponent(action)