remove unused print
This commit is contained in:
parent
f358c24c62
commit
6bdc73199d
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in New Issue