diff --git a/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js b/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js index aef18ef5d..610ac5793 100644 --- a/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js +++ b/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js @@ -1278,20 +1278,6 @@ class Studentshavecompletedthelist extends Component { }catch (e) { } - // try { - // if(this.props.Commonheadofthetestpaper.exercise_status !== undefined){ - // this.setState({ - // exercise_status:this.props.Commonheadofthetestpaper.exercise_status, - // }) - // }else{ - // this.setState({ - // exercise_status:0, - // }) - // } - // }catch (e) { - // - // } - } componentWillReceiveProps = (nextProps) => {