Don't log local ips on query
This commit is contained in:
parent
f9091ea951
commit
498191261c
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ def _get_local_ips():
|
||||||
# Probably we looking for an ip starting with 192
|
# Probably we looking for an ip starting with 192
|
||||||
local_ips = sorted(local_ips, key=lambda a: a.startswith("192"), reverse=True)
|
local_ips = sorted(local_ips, key=lambda a: a.startswith("192"), reverse=True)
|
||||||
|
|
||||||
logging.debug("Found local ips: %s" % local_ips)
|
|
||||||
return local_ips
|
return local_ips
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue