From 40aa3d808b4c4148e4596a32fd11b7ad1e415121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= <forenjunkie@chello.at> Date: Thu, 17 May 2018 19:44:10 +0200 Subject: [PATCH] Remove unused comments The attributes were removed in 8e09fd92 --- gajim/common/connection.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gajim/common/connection.py b/gajim/common/connection.py index fe85d2d2c..5c8ae460f 100644 --- a/gajim/common/connection.py +++ b/gajim/common/connection.py @@ -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]