Skip to content

Commit cdfa7c9

Browse files
author
Matias Melograno
committed
removed print
1 parent a4f3a6a commit cdfa7c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

splitio/recorder/recorder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def record_treatment_stats(self, impressions, latency, operation):
131131
result = pipe.execute()
132132
if len(result) == 2:
133133
self._impression_storage.expire_key(result[0], len(impressions))
134-
print('result', result)
135134
except Exception: # pylint: disable=broad-except
136135
_LOGGER.error('Error recording impressions and metrics')
137136
_LOGGER.debug('Error: ', exc_info=True)

0 commit comments

Comments
 (0)