From 77714f15b414c93db0b07fa5da317d91f4626786 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Wed, 8 Apr 2009 18:13:08 +0000
Subject: [PATCH] remove useless line

---
 src/dialogs.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/dialogs.py b/src/dialogs.py
index a7c7d48878..e5fbc24ef1 100644
--- a/src/dialogs.py
+++ b/src/dialogs.py
@@ -1627,7 +1627,6 @@ class SubscriptionRequestWindow:
 		self.window.destroy()
 		contact = gajim.contacts.get_contact(self.account, self.jid)
 		if not contact or _('Not in Roster') in contact.groups:
-#		if self.jid not in gajim.contacts.get_jid_list(self.account):
 			AddNewContactWindow(self.account, self.jid, self.user_nick)
 
 	def on_contact_info_activate(self, widget):
-- 
GitLab