2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-18 16:06:30 +08:00

dashboard: remove incorrect moninj proxy message

This commit is contained in:
Sebastien Bourdeauducq 2022-10-21 19:12:58 +08:00
parent ab8bb9ef31
commit 10bf8704c1

View File

@ -250,7 +250,6 @@ def main():
server_description = args.server
logging.info("ARTIQ dashboard version: %s",
artiq_version)
logging.info("ARTIQ dashboard connected to moninj_proxy (%s)", server_description)
# run
main_window.show()
loop.run_until_complete(main_window.exit_request.wait())