Fix no long break after system idle pause

This commit is contained in:
Gobinath 2018-02-17 15:58:21 -05:00
parent c9a2177aec
commit 32cc7aaf35
1 changed files with 0 additions and 5 deletions

View File

@ -113,11 +113,6 @@ class SafeEyesCore(object):
logging.info("Stop Safe Eye core")
# Prevent resuming from a long break
if self.has_breaks() and self.__is_long_break():
# Next break will be a long break.
self.__select_next_break()
# Stop the break thread
self.waiting_condition.acquire()
self.running = False