remove useless console.log()
This commit is contained in:
parent
8f505fbd67
commit
c71000aef6
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user