Skip to content

Commit b38f4a3

Browse files
Update modules/grading_client/lib/grading_client/answers.ex
Co-authored-by: Dave Lucia <[email protected]>
1 parent 1096c2c commit b38f4a3

File tree

1 file changed

+0
-2
lines changed
  • modules/grading_client/lib/grading_client

1 file changed

+0
-2
lines changed

modules/grading_client/lib/grading_client/answers.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ defmodule GradingClient.Answers do
5959
{:incorrect, "Question not found"}
6060

6161
[{_id, %Answer{answer: correct_answer, help_text: help_text}}] ->
62-
dbg(answer)
63-
dbg(correct_answer)
6462

6563
if answer == correct_answer do
6664
:correct

0 commit comments

Comments
 (0)