Skip to content

Commit 3e86cc4

Browse files
committed
Remove unnecessary logging
1 parent a38d633 commit 3e86cc4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/controllers/api/v8/users_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ def get_user_with_email
215215
unauthorize_guest! if current_user.guest?
216216

217217
user = User.find_by!(email: params[:email])
218-
logger.info user
219218
authorize! :read, user
220219

221220
name = UserFieldValue.where(user_id: user.id, field_name: ['first_name', 'last_name']).pluck(:field_name, :value).to_h

0 commit comments

Comments
 (0)