Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Oct 3, 2024
1 parent ce73acd commit 2336fde
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions omero_search_engine/api/v1/resources/resource_analyser.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,9 +779,6 @@ def get_resource_attributes(
if mode == "searchterms":
restricted_search_terms = get_restircted_search_terms()
restircted_resources = {}
print("====================================")
print(returned_results)
print("====================================")
for returned_result in returned_results:
for k, val in returned_result.items():
if k in restricted_search_terms:
Expand Down

0 comments on commit 2336fde

Please sign in to comment.