remove debug print
This commit is contained in:
parent
3aa07f485e
commit
1c137dd6c4
|
@ -710,8 +710,6 @@ class ClientZeroconf:
|
|||
try:
|
||||
item = self.roster[to]
|
||||
except KeyError:
|
||||
raise KeyError
|
||||
print 'ret', to, self.roster.keys()
|
||||
# Contact offline
|
||||
return -1
|
||||
|
||||
|
|
Loading…
Reference in New Issue