remove console log

This commit is contained in:
vinoth 2024-11-07 12:54:29 +05:30
parent c403bd514e
commit fa3a7a8c58
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ class QuestionScreen extends React.Component<any, any>{
if(casheAnswer && questionnaire_details){
const answer = casheAnswer.answer_data.find((item:any) => item.question_id === questionnaire_details[this.state.currentQuestion]?.id)
if(answer){
console.log('hi')
console.log(answer)
this.setState({ starCount: answer.answer })
}
}