Skip to content

Commit f113473

Browse files
committed
[O2B-1505] Remove old code
1 parent a047600 commit f113473

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

lib/public/views/LhcFills/Overview/LhcFillsOverviewModel.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ import { addStatisticsToLhcFill } from '../../../services/lhcFill/addStatisticsT
2020
import { debounce } from '../../../utilities/debounce.js';
2121
import { 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);

0 commit comments

Comments
 (0)