disable puts statement from calculator

This commit is contained in:
rebuilt 2023-04-03 13:11:44 -07:00
parent b250ebe415
commit bc6d2dcaf9

View file

@ -18,9 +18,6 @@ class StudentResponseRateCalculator < ResponseRateCalculator
#
# All methods below will need to specify a grade
grades_with_sufficient_responses.map do |grade|
puts "Grade: #{grade}"
end
(average_responses_per_survey_item / total_possible_responses.to_f * 100).round
end