diff --git a/SAS/TMSS/frontend/tmss_webapp/src/routes/Task/list.js b/SAS/TMSS/frontend/tmss_webapp/src/routes/Task/list.js index 050220e9306bff4b20b03991ac6a24f3e0e3b8c1..1ca2038c9390ad1674f5a23386681fc36af4d503 100644 --- a/SAS/TMSS/frontend/tmss_webapp/src/routes/Task/list.js +++ b/SAS/TMSS/frontend/tmss_webapp/src/routes/Task/list.js @@ -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') {