Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
barbarahui committed Jan 23, 2025
1 parent 8776178 commit 75b2746
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metadata_fetcher/fetchers/nuxeo_fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ def folder_traversal(self, root_folder: dict, page_prefix: list):

for i, folder in enumerate(collection_folders):
page_prefix.append(f"f{i}")
print(f"{'-'.join(page_prefix)} {folder['path']}")
pages.extend(self.get_pages_of_records(folder, page_prefix))
page_prefix.pop()

Expand Down

0 comments on commit 75b2746

Please sign in to comment.