Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
John Holt authored and John Holt committed Aug 29, 2023
1 parent 4180f2d commit 1a33e8a
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 1a33e8a

Please sign in to comment.