From 0d866a78abacdc3a9748ec844fe9daca71ca6712 Mon Sep 17 00:00:00 2001 From: John Holt <7570055+John-Holt-Tessella@users.noreply.github.com> Date: Tue, 29 Aug 2023 09:43:43 +0100 Subject: [PATCH] remove debug (#655) Co-authored-by: John Holt --- api/src/Page/Sample.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/src/Page/Sample.php b/api/src/Page/Sample.php index fc9134caa..b9f4bce38 100644 --- a/api/src/Page/Sample.php +++ b/api/src/Page/Sample.php @@ -599,9 +599,7 @@ function _queue_all_sub_samples() $this->db->wait_rep_sync(true); $ss_query_string = $this->get_sub_samples_query($where, $first_inner_select_where, $second_inner_select_where); - $this->db->set_debug(True); $subs = $this->db->pq($ss_query_string, $args); - $this->db->set_debug(False); $this->db->wait_rep_sync(false);