remove duplicate logging context

This commit is contained in:
Greg Hogan
2020-07-03 16:18:19 -07:00
parent 6db7fa8c03
commit 1206409b2e
-3
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: