Remove print log
This commit is contained in:
parent
d5ed98f0cf
commit
c7d53d4ffd
1 changed files with 0 additions and 1 deletions
|
|
@ -73,7 +73,6 @@ class Api::V1::UsersController < Api::V1::ApiController
|
||||||
|
|
||||||
# Specify whitelisted properties that can be modified.
|
# Specify whitelisted properties that can be modified.
|
||||||
def set
|
def set
|
||||||
ap "SETTING!!!"
|
|
||||||
@user = User.where("username = ?", params[:id]).first
|
@user = User.where("username = ?", params[:id]).first
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue