Skip to content
Snippets Groups Projects
Commit d3f66b47 authored by Lucas Ernesto Kindinger's avatar Lucas Ernesto Kindinger
Browse files

refact(User controller): remove puts commands

parent 953f74a4
No related branches found
No related tags found
No related merge requests found
......@@ -67,11 +67,6 @@ class V1::UsersController < ApplicationController
render status: :unauthorized
else
r = @user.own_reviews
puts "=============================== recebidas ==============================="
p r.to_json
puts "========================================================================="
render json: r, status: :ok
end
end
......@@ -81,11 +76,6 @@ class V1::UsersController < ApplicationController
render status: :unauthorized
else
r = @user.received_reviews
puts "=============================== enviadas ==============================="
p r.to_json
puts "========================================================================"
render json: r, status: :ok
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment