Skip to content

Commit

Permalink
correct log
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Jan 14, 2025
1 parent 4bbc853 commit b819fdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class FractionInteractionViewModel private constructor(
}

override fun getUserAnswerState(): UserAnswerState {
Log.d("testhint","in getUserAnswerState in fractioninteractionviewmodel "+ answerText.to())
Log.d("testhint","in getUserAnswerState in fractioninteractionviewmodel "+ answerText)
return UserAnswerState.newBuilder().apply {
this.textInputAnswer = answerText.toString()
this.answerErrorCategory = answerErrorCetegory
Expand Down

0 comments on commit b819fdf

Please sign in to comment.