removing uncessary write log

This commit is contained in:
Antoine M 2024-05-27 11:11:23 +02:00
parent 7f2651ff76
commit ad76e72a3a

View File

@ -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) {