Skip to content

Commit

Permalink
prepare 6.12.1 release (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI authored Feb 12, 2020
1 parent b2a0f83 commit 987b2aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ldclient/event_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ def run(self):
timeout=urllib3.Timeout(connect=self._config.connect_timeout, read=self._config.read_timeout),
body=json_body,
retries=1)
if (self._response_fn):
self._response_fn(r)
except Exception as e:
log.warning(
'Unhandled exception in event processor. Diagnostic event was not sent. [%s]', e)
Expand Down

0 comments on commit 987b2aa

Please sign in to comment.