Skip to content

Commit

Permalink
chore: removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
pgallardor committed Oct 3, 2023
1 parent 5df7013 commit 72cbfe0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def get_scribe_messages(classifications_by_classifier: pd.DataFrame):
}
for class_name in class_names:
command["data"].update({class_name: row[class_name]})
print(command)
commands.append(command)
return classifications_by_classifier

Expand Down

0 comments on commit 72cbfe0

Please sign in to comment.