Skip to content

Commit

Permalink
fix: remove legacy log message
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Dec 28, 2022
1 parent 02f7e2e commit 20aab5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion robotoff/insights/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,6 @@ def import_predictions(
updated_prediction_types_by_barcode[barcode] = set(
prediction.type for prediction in product_predictions_group
)
logger.info("%s predictions imported", predictions_imported)
return updated_prediction_types_by_barcode, predictions_import_results


Expand Down

0 comments on commit 20aab5a

Please sign in to comment.