From c7d53d4ffdf24ed6ed5e753a813c4c9de923d8d5 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 1 Mar 2022 12:51:11 -0800 Subject: [PATCH] Remove print log --- app/controllers/api/v1/users_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/v1/users_controller.rb b/app/controllers/api/v1/users_controller.rb index 3b66e41..013b777 100644 --- a/app/controllers/api/v1/users_controller.rb +++ b/app/controllers/api/v1/users_controller.rb @@ -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