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 12, 2024
1 parent 66010fe commit 267568e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions open_prices/products/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ def process_update(code: str, flavor: Flavor) -> None:
try:
product = Product.objects.get(code=code)
except Product.DoesNotExist:
logger.info(
"Product %s does not exist in the database, cannot update product table",
code,
)
does_not_exist = True

if does_not_exist:
Expand Down

0 comments on commit 267568e

Please sign in to comment.