From 72cbfe01b5a2554185d92976d82d6698b8c39053 Mon Sep 17 00:00:00 2001 From: Pedro Gallardo Date: Tue, 3 Oct 2023 12:36:44 -0300 Subject: [PATCH] chore: removed print --- .../lc_classification/core/parsers/scribe_parser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lc_classification_step/lc_classification/core/parsers/scribe_parser.py b/lc_classification_step/lc_classification/core/parsers/scribe_parser.py index 9bf3c703d..dacc06d98 100644 --- a/lc_classification_step/lc_classification/core/parsers/scribe_parser.py +++ b/lc_classification_step/lc_classification/core/parsers/scribe_parser.py @@ -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