remove unused print

This commit is contained in:
Denis Fomin 2010-12-09 13:17:59 +03:00
parent f358c24c62
commit 6bdc73199d
1 changed files with 0 additions and 1 deletions

View File

@ -265,7 +265,6 @@ class VcardWindow:
if self.xml.get_object('information_notebook').get_n_pages() < 5: if self.xml.get_object('information_notebook').get_n_pages() < 5:
return return
if obj.fjid != self.real_jid: if obj.fjid != self.real_jid:
print obj
return return
i = 0 i = 0
client = '' client = ''