remove duplicate logging context

old-commit-hash: 1206409b2e
This commit is contained in:
Greg Hogan
2020-07-03 16:18:19 -07:00
parent f74865bedf
commit 7ed2fb158c

View File

@@ -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: