no need to send this event

This commit is contained in:
Yann Leboulanger 2005-08-08 07:05:00 +00:00
parent 587ff07b1a
commit ce71639c4f

View file

@ -1525,7 +1525,6 @@ class Connection:
def _continue_unsubscribe(self, con, iq_obj, agent):
self.connection.getRoster().delItem(agent)
self.dispatch('AGENT_REMOVED', agent)
def unsubscribe_agent(self, agent):
if not self.connection: