We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48aa1f1 commit 3e34e3cCopy full SHA for 3e34e3c
ldclient/streaming.py
@@ -84,6 +84,6 @@ def process_message(store, requester, msg, ready):
84
# noinspection PyShadowingNames
85
version = payload['version']
86
store.delete(key, version)
87
- elif msg.event != 'comment':
88
- log.warning('Unhandled event in stream processor: ' + msg.event + ' with data: ' + msg.data)
+ else:
+ log.warning('Unhandled event in stream processor: ' + msg.event)
89
return False
0 commit comments