From 86640d5986a35b49b9f49f120d51841337d3d072 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 27 Feb 2022 22:28:42 -0800 Subject: [PATCH] Remove 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 38aab2b..46a5990 100644 --- a/app/controllers/api/v1/users_controller.rb +++ b/app/controllers/api/v1/users_controller.rb @@ -26,7 +26,6 @@ class Api::V1::UsersController < Api::V1::ApiController def show @parties = @user.parties - ap "Hello world" end def check_email