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