Remove updating stats debug log

This seems to be a bit too chatty in the logs.

Change-Id: I6f8f42d87c524b7a9b07091adeff296f6a4ce9d1
This commit is contained in:
Tobias Henkel 2018-11-30 21:28:50 +01:00
parent 7111fcb407
commit 0dc506b91d
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
1 changed files with 0 additions and 1 deletions

View File

@ -758,7 +758,6 @@ class StatsWorker(BaseCleanupWorker, stats.StatsReporter):
if not signaled:
continue
self.log.debug('Updating stats')
self.stats_event.clear()
try:
self.updateNodeStats(zk)