From 1a33e8a095a18304bad650747bdda44873fa3039 Mon Sep 17 00:00:00 2001 From: John Holt Date: Tue, 29 Aug 2023 09:42:44 +0100 Subject: [PATCH] remove debug --- 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);