Skip to content

Commit

Permalink
remove debug (#655)
Browse files Browse the repository at this point in the history
Co-authored-by: John Holt <[email protected]>
  • Loading branch information
John-Holt-Tessella and John Holt authored Aug 29, 2023
1 parent 4180f2d commit 0d866a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/src/Page/Sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 0d866a7

Please sign in to comment.