diff --git a/SAS/TMSS/frontend/tmss_webapp/src/routes/Task/view.js b/SAS/TMSS/frontend/tmss_webapp/src/routes/Task/view.js index 692c73cbe8f144edbcd2747afac49364f727af39..6427470c7d4e01cde703a45ac8e644467c7cf764 100644 --- a/SAS/TMSS/frontend/tmss_webapp/src/routes/Task/view.js +++ b/SAS/TMSS/frontend/tmss_webapp/src/routes/Task/view.js @@ -29,15 +29,6 @@ export class TaskView extends Component { hasBlueprint: true, dialog: {} }; - // this.showIcon = false; - // this.dialogType = "confirmation"; - // this.dialogHeader = ""; - // this.dialogMsg = ""; - // this.dialogContent = ""; - // this.callBackFunction = ""; - // this.dialogWidth = '40vw'; - // this.onClose = this.closeDialog; - // this.onCancel =this.closeDialog; this.setEditorFunction = this.setEditorFunction.bind(this); this.deleteTask = this.deleteTask.bind(this);