Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
yejianquan committed Dec 18, 2024
1 parent 1aff8bf commit 43e1821
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sonic_ax_impl/mibs/ietf/rfc2737.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ def reinit_data(self):
try:
updater.reinit_data()
except BaseException as e:
mibs.logger.error(f"Jianquan {e}, type{type(e)}")
if isinstance(e, RuntimeError):
has_runtime_err = True
# Log traceback so that we know the original error details
Expand Down

0 comments on commit 43e1821

Please sign in to comment.