Skip to content

Commit 6994602

Browse files
committed
removed raising exception at posting config data
1 parent 878b0a6 commit 6994602

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

splitio/api/telemetry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def record_init(self, configs):
7676
'Error posting init config because an exception was raised by the HTTPClient'
7777
)
7878
_LOGGER.debug('Error: ', exc_info=True)
79-
raise APIException('Init config data not flushed properly.') from exc
8079

8180
def record_stats(self, stats):
8281
"""

0 commit comments

Comments
 (0)