remove unneeded commented line
This commit is contained in:
parent
7f5ff6fe09
commit
997942778e
|
@ -962,7 +962,6 @@ class accountpreferences_window:
|
|||
if self.plugin.connected[self.account]:
|
||||
self.plugin.windows[self.account]['infos'][jid] = \
|
||||
infoUser_Window(jid, self.plugin, self.account, True)
|
||||
# vCard_Window(jid, self.plugin, self.account)
|
||||
self.plugin.send('ASK_VCARD', self.account, jid)
|
||||
else:
|
||||
warning_dialog(_('You must be connected to get your informations'))
|
||||
|
|
Loading…
Reference in New Issue