Remove print log

This commit is contained in:
Justin Edmund 2022-03-01 12:51:11 -08:00
parent d5ed98f0cf
commit c7d53d4ffd

View file

@ -73,7 +73,6 @@ class Api::V1::UsersController < Api::V1::ApiController
# Specify whitelisted properties that can be modified.
def set
ap "SETTING!!!"
@user = User.where("username = ?", params[:id]).first
end