removing uncessary write log
This commit is contained in:
parent
7f2651ff76
commit
ad76e72a3a
|
|
@ -101,7 +101,7 @@ function load_more_fiches_infos()
|
||||||
|
|
||||||
// $isQueryEmpty = $ajax_query->have_posts() ? false : true;
|
// $isQueryEmpty = $ajax_query->have_posts() ? false : true;
|
||||||
$isQueryEmpty = $offset + 1 >= $ajax_query->max_num_pages ? true : false;
|
$isQueryEmpty = $offset + 1 >= $ajax_query->max_num_pages ? true : false;
|
||||||
write_log($isQueryEmpty);
|
// write_log($isQueryEmpty);
|
||||||
|
|
||||||
// BREAK IF QUERY IS EMPTY
|
// BREAK IF QUERY IS EMPTY
|
||||||
if ($ajax_query->have_posts() == false) {
|
if ($ajax_query->have_posts() == false) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user