Skip to content

Commit

Permalink
removes console
Browse files Browse the repository at this point in the history
  • Loading branch information
suryabulusu committed Sep 26, 2023
1 parent 6bf716c commit 9b494e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/views/Player.vue
Original file line number Diff line number Diff line change
Expand Up @@ -691,10 +691,8 @@ export default defineComponent({
}
} else {
if (!state.questions[qindex].graded) continue
console.log(state.responses.length)
if (state.responses.length > 0) {
if (!state.responses[qindex].visited) { // initially responses empty
console.log("inside")
qstate = "neutral"
} else {
if (state.responses[qindex].answer != null) qstate = "success"
Expand Down

0 comments on commit 9b494e8

Please sign in to comment.