mirror of https://github.com/m-labs/artiq.git
dashboard: remove incorrect moninj proxy message
This commit is contained in:
parent
ab8bb9ef31
commit
10bf8704c1
|
@ -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