We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e3695 commit babbdb2Copy full SHA for babbdb2
splitio/client/input_validator.py
@@ -387,7 +387,6 @@ def validate_features_get_treatments( # pylint: disable=invalid-name
387
:rtype: tuple
388
"""
389
if features is None or not isinstance(features, list):
390
- print(features)
391
_LOGGER.error("%s: feature_names must be a non-empty array.", method_name)
392
return None, None
393
if not features:
0 commit comments