diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 5ba9e139e09..18273b0e509 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -5168,9 +5168,6 @@ class Form
});
}
if (pageyes.length > 0) {
- console.log(page);
- console.log(pageyes);
- console.log(options);
var post = $.post(
pageyes,
options,
@@ -5194,8 +5191,6 @@ class Form
});
}
if (pageno.length > 0) {
- console.log(pageno);
- console.log(options);
var post = $.post(
pageno,
options,