mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Removed puts from epp_controller
This commit is contained in:
parent
ca12a3bd41
commit
989b1ef6c3
1 changed files with 0 additions and 1 deletions
|
@ -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],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue