Skip to content
Snippets Groups Projects
Commit 6380b56f authored by Ramesh Kumar's avatar Ramesh Kumar
Browse files

TMSS-805: Removed debugger.

parent a644dac1
No related branches found
No related tags found
3 merge requests!634WIP: COBALT commissioning delta,!519TMSS-805,!481Draft: SW-971 SW-973 SW-975: Various fixes to build LOFAR correctly.
......@@ -655,7 +655,6 @@ export class TaskList extends Component {
this.pageUpdated = true;
this.setState({loadingStatus:true});
let filters = UtilService.localStore({ type: 'get', key: "su_task_list_"+this.state.taskType });
debugger
if(filters.length > 0 ) {
for( const filter of filters) {
if (filter.id === 'Start Time') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment