Skip to content

Commit 987b2aa

Browse files
prepare 6.12.1 release (#140)
1 parent b2a0f83 commit 987b2aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ldclient/event_processor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ def run(self):
209209
timeout=urllib3.Timeout(connect=self._config.connect_timeout, read=self._config.read_timeout),
210210
body=json_body,
211211
retries=1)
212-
if (self._response_fn):
213-
self._response_fn(r)
214212
except Exception as e:
215213
log.warning(
216214
'Unhandled exception in event processor. Diagnostic event was not sent. [%s]', e)

0 commit comments

Comments
 (0)