remove useless console.log()

This commit is contained in:
Thomas Negre 2022-07-11 09:18:03 +02:00
parent 8f505fbd67
commit c71000aef6

View File

@ -5168,9 +5168,6 @@ class Form
}); });
} }
if (pageyes.length > 0) { if (pageyes.length > 0) {
console.log(page);
console.log(pageyes);
console.log(options);
var post = $.post( var post = $.post(
pageyes, pageyes,
options, options,
@ -5194,8 +5191,6 @@ class Form
}); });
} }
if (pageno.length > 0) { if (pageno.length > 0) {
console.log(pageno);
console.log(options);
var post = $.post( var post = $.post(
pageno, pageno,
options, options,