Skip to content

Commit

Permalink
refactor(codaveri-async-feedback-service): remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
syoopie committed Sep 3, 2024
1 parent 18ee86c commit d5e7640
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ def construct_feedback_object
@answer_object[:languageVersion][:language] = @question.polyglot_language_name
@answer_object[:languageVersion][:version] = @question.polyglot_language_version

# @answer_object[:is_only_itsp] = true if @course.codaveri_itsp_enabled?

@answer_files.each do |file|
file_template = default_codaveri_student_file_template
file_template[:path] = file.filename
Expand Down

0 comments on commit d5e7640

Please sign in to comment.