5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-19 21:52:30 +00:00

sendGraph: Don't print IP on every connect

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
This commit is contained in:
Johannes Löthberg 2015-11-21 14:51:18 +01:00
parent 4460ffa0c4
commit 1c92a03d4a

View File

@ -91,7 +91,6 @@ def connect():
print('Connecting to port {:d}...'.format(cjdns_port)) print('Connecting to port {:d}...'.format(cjdns_port))
con = cjdns.connect(cjdns_ip, cjdns_port, cjdns_password) con = cjdns.connect(cjdns_ip, cjdns_port, cjdns_password)
print(admin_tools.whoami(con)['IP'])
return con return con
except: except: