diff --git a/common/logging_extra.py b/common/logging_extra.py index 7d9bcd7b6e..ce8889b410 100644 --- a/common/logging_extra.py +++ b/common/logging_extra.py @@ -115,9 +115,6 @@ class SwagLogger(logging.Logger): if args: evt['args'] = args evt.update(kwargs) - ctx = self.get_ctx() - if ctx: - evt['ctx'] = self.get_ctx() if 'error' in kwargs: self.error(evt) else: