Skip to content

Commit babbdb2

Browse files
committed
remove print statement
1 parent 26e3695 commit babbdb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

splitio/client/input_validator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ def validate_features_get_treatments( # pylint: disable=invalid-name
387387
:rtype: tuple
388388
"""
389389
if features is None or not isinstance(features, list):
390-
print(features)
391390
_LOGGER.error("%s: feature_names must be a non-empty array.", method_name)
392391
return None, None
393392
if not features:

0 commit comments

Comments
 (0)