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
1 changed files with 0 additions and 1 deletions

View File

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