Removed puts from epp_controller

This commit is contained in:
Priit Tark 2015-01-28 12:48:30 +02:00
parent ca12a3bd41
commit 989b1ef6c3

View file

@ -172,7 +172,6 @@ class EppController < ApplicationController
def write_to_epp_log def write_to_epp_log
# return nil if EPP_LOG_ENABLED # return nil if EPP_LOG_ENABLED
puts params[:epp_object_type]
request_command = params[:command] || params[:action] # error receives :command, other methods receive :action request_command = params[:command] || params[:action] # error receives :command, other methods receive :action
ApiLog::EppLog.create({ ApiLog::EppLog.create({
request: params[:raw_frame] || params[:frame], request: params[:raw_frame] || params[:frame],