From ad76e72a3a67366a9b2e3b72bf6af98e5a776a0c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 27 May 2024 11:11:23 +0200 Subject: [PATCH] removing uncessary write log --- includes/ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ajax.php b/includes/ajax.php index 74dcaff..e2b4c3e 100644 --- a/includes/ajax.php +++ b/includes/ajax.php @@ -101,7 +101,7 @@ function load_more_fiches_infos() // $isQueryEmpty = $ajax_query->have_posts() ? false : true; $isQueryEmpty = $offset + 1 >= $ajax_query->max_num_pages ? true : false; - write_log($isQueryEmpty); + // write_log($isQueryEmpty); // BREAK IF QUERY IS EMPTY if ($ajax_query->have_posts() == false) {