forked from M-Labs/artiq
dashboard: remove incorrect moninj proxy message
This commit is contained in:
parent
e5c621751f
commit
e0b1098bc0
|
@ -250,7 +250,6 @@ def main():
|
||||||
server_description = args.server
|
server_description = args.server
|
||||||
logging.info("ARTIQ dashboard version: %s",
|
logging.info("ARTIQ dashboard version: %s",
|
||||||
artiq_version)
|
artiq_version)
|
||||||
logging.info("ARTIQ dashboard connected to moninj_proxy (%s)", server_description)
|
|
||||||
# run
|
# run
|
||||||
main_window.show()
|
main_window.show()
|
||||||
loop.run_until_complete(main_window.exit_request.wait())
|
loop.run_until_complete(main_window.exit_request.wait())
|
||||||
|
|
Loading…
Reference in New Issue