Skip to content

Commit

Permalink
Don't print in perspective processor
Browse files Browse the repository at this point in the history
  • Loading branch information
sal-uva committed Aug 30, 2024
1 parent 2ab9e86 commit 4fcafb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processors/text-analysis/perspective.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def map_item(item):
for att in all_attributes:
if att in item["attributeScores"]:
attribute_scores[att] = item["attributeScores"][att]["summaryScore"]["value"]
print(item)

return MappedItem({
"item_id": item["item_id"],
"body": item.get("body"),
Expand Down

0 comments on commit 4fcafb9

Please sign in to comment.