Skip to content

Commit

Permalink
Remove temporary debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Mar 14, 2024
1 parent 2007492 commit 23d9371
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions datacube/drivers/postgis/_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,11 +666,7 @@ def search_datasets(self, expressions,
select_query = self.search_datasets_query(expressions, source_exprs,
select_fields, with_source_ids,
limit, geom=geom, archived=archived)
try:
str_qry = str(select_query)
except AmbiguousForeignKeysError as e:
pass
_LOG.debug("search_datasets SQL: %s", str_qry)
_LOG.debug("search_datasets SQL: %s", str(select_query))
return self._connection.execute(select_query)

def bulk_simple_dataset_search(self, products=None, batch_size=0):
Expand Down

0 comments on commit 23d9371

Please sign in to comment.