Skip to content

Commit

Permalink
removed printing stmt [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed May 19, 2022
1 parent d49f323 commit 32e4c73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion freud_api_crawler/freud_api_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ def __init__(
self.manifestation_endpoint = f"{self.endpoint}node/manifestation/{manifestation_id}"
self.manifestation = self.get_manifest()
self.werk = self.manifestation['included'][0]
print(self.werk)
self.publication = {}
try:
self.publication['id'] = self.manifestation['data']['attributes']['field_aufbewahrungsort_container']['value'] # noqa: E501
Expand Down

0 comments on commit 32e4c73

Please sign in to comment.