diff --git a/src/common/connection.py b/src/common/connection.py
index 344fd5f7f390b48b45e9acb3996bca827f3761d1..17b0cae3682d2e0d7d3b8bab8fdbebe97fe7959a 100644
--- a/src/common/connection.py
+++ b/src/common/connection.py
@@ -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: