Remove unused comments

The attributes were removed in 8e09fd92
This commit is contained in:
Philipp Hörist 2018-05-17 19:44:10 +02:00
parent 4f29e2b353
commit 40aa3d808b
1 changed files with 1 additions and 3 deletions

View File

@ -619,9 +619,7 @@ class Connection(CommonConnection, ConnectionHandlers):
def __init__(self, name):
CommonConnection.__init__(self, name)
ConnectionHandlers.__init__(self)
# this property is used to prevent double connections
# If we succeed to connect, remember it so next time we try (after a
# disconnection) we try only this type.
self.lang = None
if locale.getdefaultlocale()[0]:
self.lang = locale.getdefaultlocale()[0].split('_')[0]