Skip to content

Commit

Permalink
Remove print statement in activity_maps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Sep 6, 2024
1 parent 5eab530 commit 404d8d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions premise/activity_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,9 @@ def generate_sets_from_filters(self, filtr: dict, database=None) -> dict:

# check if all keys have values
# if not, print warning
for key, val in mapping.items():
if not val:
print(f"Warning: No activities found for {key} -- revise mapping.")
#for key, val in mapping.items():
# if not val:
# pass
# print(f"Warning: No activities found for {key} -- revise mapping.")

return mapping

0 comments on commit 404d8d4

Please sign in to comment.