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 1add907 commit 576a0f4Copy full SHA for 576a0f4
splitio/storage/inmemmory.py
@@ -92,8 +92,6 @@ def remove_feature_flag_to_flag_set(self, flag_set, feature_flag):
92
:param feature_flag: feature flag name
93
:type feature_flag: str
94
"""
95
- _LOGGER.debug("remove_feature_flag_to_flag_set")
96
- _LOGGER.debug(flag_set)
97
with self._lock:
98
if self.flag_set_exist(flag_set):
99
self.sets_feature_flag_map[flag_set].remove(feature_flag)
0 commit comments