Update grid_characters_controller.rb
Removes logs
This commit is contained in:
parent
e459d192ce
commit
ac5cc48bf0
1 changed files with 1 additions and 3 deletions
|
|
@ -67,8 +67,6 @@ module Api
|
||||||
root: :grid_character,
|
root: :grid_character,
|
||||||
view: :nested)
|
view: :nested)
|
||||||
else
|
else
|
||||||
ap "you are Here"
|
|
||||||
ap @grid_character.errors
|
|
||||||
render_validation_error_response(@grid_character)
|
render_validation_error_response(@grid_character)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue