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 authored Nov 21, 2023
1 parent 221cd9d commit fb9b34e
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 fb9b34e

Please # to comment.