From e0b1098bc07cc20d97ae28d6325edacc9679a4c0 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 21 Oct 2022 19:12:58 +0800 Subject: [PATCH] dashboard: remove incorrect moninj proxy message --- artiq/frontend/artiq_dashboard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/artiq/frontend/artiq_dashboard.py b/artiq/frontend/artiq_dashboard.py index f620d8617..3b0d3c17d 100755 --- a/artiq/frontend/artiq_dashboard.py +++ b/artiq/frontend/artiq_dashboard.py @@ -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())