Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tbar0970 committed Jan 31, 2022
1 parent a425db2 commit 5b566ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db_objects/person_query.class.php
Expand Up @@ -1449,8 +1449,6 @@ function printResults($format='html')
$params = $this->_convertParams($this->getValue('params'));

$sql = $this->getSQL();
bam($params);
bam($sql);
if (is_null($sql)) return;

if ($format == 'html' && in_array('checkbox', $params['show_fields'])) {
Expand Down

0 comments on commit 5b566ce

Please sign in to comment.