Skip to content

Commit 64122c6

Browse files
committed
Merge branch 'feature/input-validation-v2-traffic-types' of github.com:splitio/python-client into feature/input-validation-v2-split-names
2 parents 15c663b + e86c00b commit 64122c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

splitio/client/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ def track(self, key, traffic_type, event_type, value=None):
342342
key = input_validator.validate_track_key(key)
343343
event_type = input_validator.validate_event_type(event_type)
344344
should_validate_existance = self.ready and self._factory._apikey != 'localhost' #pylint: disable=protected-access
345-
print(self.ready, self._factory._apikey, should_validate_existance)
346345
traffic_type = input_validator.validate_traffic_type(
347346
traffic_type,
348347
should_validate_existance,

0 commit comments

Comments
 (0)