From f1a9b0613f6b2a838886b1b4d8bd5445c03fe6ab Mon Sep 17 00:00:00 2001 From: Thomas Hille Date: Fri, 24 Mar 2017 14:11:08 +0100 Subject: [PATCH] remove puts --- app/controllers/exercises_controller.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers/exercises_controller.rb b/app/controllers/exercises_controller.rb index 6b5d122f..4a643a5d 100644 --- a/app/controllers/exercises_controller.rb +++ b/app/controllers/exercises_controller.rb @@ -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