From 989b1ef6c304c08d9d23718994f47226ab27a278 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Wed, 28 Jan 2015 12:48:30 +0200 Subject: [PATCH] Removed puts from epp_controller --- app/controllers/epp_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/epp_controller.rb b/app/controllers/epp_controller.rb index 013abf73e..484b6219e 100644 --- a/app/controllers/epp_controller.rb +++ b/app/controllers/epp_controller.rb @@ -172,7 +172,6 @@ class EppController < ApplicationController def write_to_epp_log # return nil if EPP_LOG_ENABLED - puts params[:epp_object_type] request_command = params[:command] || params[:action] # error receives :command, other methods receive :action ApiLog::EppLog.create({ request: params[:raw_frame] || params[:frame],