Skip to content

Commit

Permalink
fix: remove warning log message
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Nov 10, 2023
1 parent 6b62ca2 commit 8ea3476
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion robotoff/workers/tasks/import_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,6 @@ def extract_ingredients_job(product_id: ProductIdentifier, ocr_url: str):
return

output = ingredient_list.predict_from_ocr(ocr_url)
logger.warning("predict_from_ocr output: %s", output)
entities: list[
ingredient_list.IngredientPredictionAggregatedEntity
] = output.entities # type: ignore
Expand Down

0 comments on commit 8ea3476

Please sign in to comment.