Remove log

This commit is contained in:
Justin Edmund 2022-02-27 22:28:42 -08:00
parent 07dc8dd457
commit 86640d5986

View file

@ -26,7 +26,6 @@ class Api::V1::UsersController < Api::V1::ApiController
def show
@parties = @user.parties
ap "Hello world"
end
def check_email