Skip to content
Snippets Groups Projects
Commit 1920fc96 authored by gabriele-h's avatar gabriele-h
Browse files

Remove obsolete print statements

parent 2c863f4f
Branches master
No related tags found
No related merge requests found
......@@ -131,9 +131,7 @@ class RecordRetriever:
return xml_list
def _gen_xml(self, alma_query: str, num_recs: int):
print(num_recs)
for startrecord in range(1, num_recs+1, 10):
print(startrecord)
sru_url = self._create_url(alma_query, startrecord)
sru_xml = self._response_to_xml(sru_url)
self._raise_error_sru(sru_xml)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment