mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-09 16:00:27 +00:00
sendGraph: Don't print IP on every connect
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
This commit is contained in:
parent
4460ffa0c4
commit
1c92a03d4a
@ -91,7 +91,6 @@ def connect():
|
||||
print('Connecting to port {:d}...'.format(cjdns_port))
|
||||
con = cjdns.connect(cjdns_ip, cjdns_port, cjdns_password)
|
||||
|
||||
print(admin_tools.whoami(con)['IP'])
|
||||
return con
|
||||
|
||||
except:
|
||||
|
Loading…
Reference in New Issue
Block a user