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 114d02a commit 909930eCopy full SHA for 909930e
splitio/push/splitworker.py
@@ -89,7 +89,6 @@ def _run(self):
89
if self._check_instant_ff_update(event):
90
try:
91
new_split = from_raw(json.loads(self._get_feature_flag_definition(event)))
92
- _LOGGER.debug(new_split)
93
if new_split.status == Status.ACTIVE:
94
self._feature_flag_storage.put(new_split)
95
_LOGGER.debug('Feature flag %s is updated', new_split.name)
0 commit comments