File tree Expand file tree Collapse file tree
lib/public/views/LhcFills/Overview Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ import { addStatisticsToLhcFill } from '../../../services/lhcFill/addStatisticsT
2020import { debounce } from '../../../utilities/debounce.js' ;
2121import { TextComparisonFilterModel } from '../../../components/Filters/common/filters/TextComparisonFilterModel.js' ;
2222
23- const defaultBeamDurationOperator = '=' ;
24-
2523/**
2624 * Model for the LHC fills overview page
2725 *
@@ -43,8 +41,6 @@ export class LhcFillsOverviewModel extends OverviewPageModel {
4341 hasStableBeams : new StableBeamFilterModel ( ) ,
4442 } ) ;
4543
46- this . _beamDurationOperator = defaultBeamDurationOperator ;
47-
4844 this . _filteringModel . observe ( ( ) => this . _applyFilters ( true ) ) ;
4945 this . _filteringModel . visualChange$ . bubbleTo ( this ) ;
5046
@@ -98,7 +94,6 @@ export class LhcFillsOverviewModel extends OverviewPageModel {
9894 */
9995 resetFiltering ( fetch = true ) {
10096 this . _filteringModel . reset ( ) ;
101- this . _beamDurationOperator = defaultBeamDurationOperator ;
10297
10398 if ( fetch ) {
10499 this . _applyFilters ( true ) ;
You can’t perform that action at this time.
0 commit comments