Skip to content
Snippets Groups Projects
Commit 923f10d5 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove unneeded print

parent 39464e89
No related branches found
No related tags found
No related merge requests found
......@@ -511,7 +511,6 @@ class GajimCore:
self.hub.sendPlugin('ROSTER_INFO', self.connections[con], (jid, name, sub, ask, groups))
def BrowseResultCB(self, con, iq_obj):
print "*************** ICI ************"
identities, features, items = [], [], []
q = iq_obj.getTag('service')
if not q:
......@@ -548,7 +547,6 @@ class GajimCore:
(jid, items))
def DiscoverInfoErrorCB(self, con, iq_obj):
print " ERROR *************"
jid = str(iq_obj.getFrom())
con.browseAgents(jid)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment