Commit 5390a8c7 authored by Dan Pascu's avatar Dan Pascu

Removed duplicate instantiation and assignment

parent f1b04fcf
......@@ -298,7 +298,6 @@ class MainWindow(base_class, ui_class):
def _AH_GoogleContactsActionTriggered(self):
settings = SIPSimpleSettings()
if settings.google_contacts.authorization_token:
settings = SIPSimpleSettings()
settings.google_contacts.authorization_token = None
settings.save()
else:
......
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