Removed telemetry debug log

This commit is contained in:
Shay Nehmad 2019-07-22 17:45:22 +03:00
parent 92e400a66f
commit 1201a3d138
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ class Monkey(Document):
return os
def renew_ttl(self, duration=DEFAULT_MONKEY_TTL_EXPIRY_DURATION_IN_SECONDS):
logger.debug("Renewing TTL for monkey {0}".format(self.guid))
self.ttl_ref = create_monkey_ttl_document(duration)