Skip to content

Commit

Permalink
Update tools/CouchDB_Import_Demographics.php
Browse files Browse the repository at this point in the history
delete debuggin comment
  • Loading branch information
zaliqarosli committed Nov 21, 2023
1 parent 0fe1e3b commit 67e0aaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/CouchDB_Import_Demographics.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ function _generateQuery()
."AND c.Entity_type != 'Scanner'";

$concatQuery = $fieldsInQuery . $tablesToJoin . $whereClause . $groupBy;
print_r($concatQuery);
return $concatQuery;
}

Expand Down

0 comments on commit 67e0aaa

Please # to comment.