diff --git a/app/controllers/children_controller.rb b/app/controllers/children_controller.rb index 07de3320..b57f5d24 100644 --- a/app/controllers/children_controller.rb +++ b/app/controllers/children_controller.rb @@ -40,7 +40,6 @@ def index end def show - puts child(params['id']).inspect render json: child(params['id']), content_type: 'application/json' # Yes, content_type seems redundant here, but the header wasn't getting sent. end