Skip to content

Commit

Permalink
Suppression d'un message de log inutile (#970)
Browse files Browse the repository at this point in the history
remove use less log info (#970)
  • Loading branch information
SebastienReuiller authored Nov 8, 2023
1 parent f3466c6 commit fea1380
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lemarche/utils/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def track(page: str = "", action: str = "load", meta: dict = {}): # noqa B006

try:
Tracker.objects.create(**payload)
logger.info("Tracker saved")
except Exception as e:
logger.exception(e)
logger.warning("Failed to save tracker")
Expand Down

0 comments on commit fea1380

Please sign in to comment.