Update grid_characters_controller.rb

Removes logs
This commit is contained in:
Justin Edmund 2025-02-11 03:14:02 -08:00
parent e459d192ce
commit ac5cc48bf0

View file

@ -67,8 +67,6 @@ module Api
root: :grid_character,
view: :nested)
else
ap "you are Here"
ap @grid_character.errors
render_validation_error_response(@grid_character)
end
end