Skip to content

Commit 7eeb605

Browse files
committed
cleanup
1 parent 2818dc6 commit 7eeb605

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

splitio/tasks/unique_keys_sync.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ def __init__(self, synchronize_unique_keys, period = None):
3030

3131
def start(self):
3232
"""Start executing the unique keys synchronization task."""
33-
_LOGGER.debug('Starting periodic Unique Keys posting')
3433
self._task.start()
3534

3635
def stop(self, event=None):
3736
"""Stop executing the unique keys synchronization task."""
38-
_LOGGER.debug('Stopping periodic Unique Keys posting')
3937
self._task.stop(event)
4038

4139
def is_running(self):

0 commit comments

Comments
 (0)