Remove verbose logging of idle time

This commit is contained in:
Philipp Hörist 2018-09-06 21:44:31 +02:00 committed by Philipp Hörist
parent 3fbba447db
commit ba8d20ab78
1 changed files with 0 additions and 1 deletions

View File

@ -257,7 +257,6 @@ class IdleMonitor:
return True
idle_time = self.get_idle_sec()
log.info('Idle time: %s', idle_time)
# xa is stronger than away so check for xa first
if idle_time > self._xa_interval: