diff --git a/site_ansto/instrument/bilby/hostport_config.tcl b/site_ansto/instrument/bilby/hostport_config.tcl index 3ca21815..cbfb6b23 100644 --- a/site_ansto/instrument/bilby/hostport_config.tcl +++ b/site_ansto/instrument/bilby/hostport_config.tcl @@ -16,8 +16,6 @@ foreach {mc host port} { # BEAM MONITOR HOST AND PORT foreach {bm host port} { MONITOR_1 das1-bilby 30000 - MONITOR_2 das1-bilby 30001 - MONITOR_3 das1-bilby 30002 } { dict set MONITOR_HOSTPORT $bm HOST $host dict set MONITOR_HOSTPORT $bm PORT $port diff --git a/site_ansto/instrument/bilby/hostport_config_test.tcl b/site_ansto/instrument/bilby/hostport_config_test.tcl index 7e449d00..e96d125c 100644 --- a/site_ansto/instrument/bilby/hostport_config_test.tcl +++ b/site_ansto/instrument/bilby/hostport_config_test.tcl @@ -18,8 +18,6 @@ foreach {key host port} { # TEST BEAM MONITOR HOST AND PORT foreach {key host port} { MONITOR_1 localhost 30000 - MONITOR_2 localhost 30001 - MONITOR_3 localhost 30002 } { dict set MONITOR_HOSTPORT $key HOST $host dict set MONITOR_HOSTPORT $key PORT $port