dashboard: remove incorrect moninj proxy message

pull/1990/head
Sebastien Bourdeauducq 2022-10-21 19:12:58 +08:00
parent e5c621751f
commit e0b1098bc0
1 changed files with 0 additions and 1 deletions

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())