Skip to content

Commit 3e34e3c

Browse files
author
Dan Richelson
committed
Address PR comment
1 parent 48aa1f1 commit 3e34e3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ldclient/streaming.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ def process_message(store, requester, msg, ready):
8484
# noinspection PyShadowingNames
8585
version = payload['version']
8686
store.delete(key, version)
87-
elif msg.event != 'comment':
88-
log.warning('Unhandled event in stream processor: ' + msg.event + ' with data: ' + msg.data)
87+
else:
88+
log.warning('Unhandled event in stream processor: ' + msg.event)
8989
return False

0 commit comments

Comments
 (0)