remove puts

This commit is contained in:
Thomas Hille
2017-03-24 14:11:08 +01:00
parent a7effa7eb3
commit f1a9b0613f

View File

@ -172,12 +172,9 @@ class ExercisesController < ApplicationController
case user_intervention_group
when :no_intervention
puts "non"
when :break_intervention
puts "break"
@show_break_interventions = (!is_java_course || user_got_enough_interventions) ? "false" : "true"
when :rfc_intervention
puts "rfc"
@show_rfc_interventions = (!is_java_course || user_got_enough_interventions) ? "false" : "true"
end