Commit edfa2bf5 authored by Dan Pascu's avatar Dan Pascu

Removed duplicate timer reset code

parent 254ac164
...@@ -349,9 +349,6 @@ class GoogleContactsManager(object): ...@@ -349,9 +349,6 @@ class GoogleContactsManager(object):
self.stop_adding_contacts = False self.stop_adding_contacts = False
self.load_contacts() self.load_contacts()
elif authorization_token is None: elif authorization_token is None:
if self._load_timer is not None and self._load_timer.active():
self._load_timer.cancel()
self._load_timer = None
if self.greenlet is not None: if self.greenlet is not None:
api.kill(self.greenlet, api.GreenletExit()) api.kill(self.greenlet, api.GreenletExit())
self.greenlet = None self.greenlet = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment