remove unneede line

This commit is contained in:
Yann Leboulanger 2005-08-01 20:54:26 +00:00
parent 8bc5c2fe04
commit 0c51e2fd09
1 changed files with 0 additions and 2 deletions

View File

@ -333,8 +333,6 @@ class Connection:
jid = prs.getFrom()
self.dispatch('SUBSCRIBED', (jid.getStripped().encode('utf8'),
jid.getResource().encode('utf8')))
self.dispatch('UPDUSER', (jid.getStripped().encode('utf8'),
jid.getNode(), [_('General')]))
#BE CAREFUL: no con.updateRosterItem() in a callback
gajim.log.debug(_('we are now subscribed to %s') % who)
elif ptype == 'unsubscribe':