Skip to content

Commit

Permalink
review commentaar verwerkt
Browse files Browse the repository at this point in the history
  • Loading branch information
kad-velsl committed Apr 23, 2024
1 parent a82aa34 commit 6c0b123
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ngr_spider/csw_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def _get_csw_records(
self, query: str, maxresults: int = 0, no_filter: bool = False
) -> list[CswServiceRecord]:
csw = CatalogueServiceWeb(self.csw_url)
print(query)
while True:
result: list[CswServiceRecord] = []
start = 1
Expand Down

0 comments on commit 6c0b123

Please sign in to comment.