remove print
This commit is contained in:
parent
7ec7276797
commit
7aa63e2fc5
|
@ -1511,7 +1511,6 @@ class Connection:
|
|||
# SRV resolver
|
||||
if use_srv and (HAS_DNSPYTHON or HAS_PYDNS):
|
||||
query = '_xmpp-client._tcp.' + h
|
||||
print query
|
||||
try:
|
||||
if HAS_DNSPYTHON:
|
||||
answers = [x for x in dns.resolver.query(query, 'SRV')]
|
||||
|
|
Loading…
Reference in New Issue