Skip to content

Commit 909930e

Browse files
committed
polishing
1 parent 114d02a commit 909930e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

splitio/push/splitworker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def _run(self):
8989
if self._check_instant_ff_update(event):
9090
try:
9191
new_split = from_raw(json.loads(self._get_feature_flag_definition(event)))
92-
_LOGGER.debug(new_split)
9392
if new_split.status == Status.ACTIVE:
9493
self._feature_flag_storage.put(new_split)
9594
_LOGGER.debug('Feature flag %s is updated', new_split.name)

0 commit comments

Comments
 (0)