From 1c1abbc99f79fe8b6dfa5da91e418fd66b75fb5c Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Thu, 17 Dec 2020 14:28:20 +0000 Subject: [PATCH] remove useless comment --- clientapi/routing/register.go | 1 - 1 file changed, 1 deletion(-) diff --git a/clientapi/routing/register.go b/clientapi/routing/register.go index 168c71a78..fb5200771 100644 --- a/clientapi/routing/register.go +++ b/clientapi/routing/register.go @@ -488,7 +488,6 @@ func Register( return *resErr } - // Extract access token here accessToken, _ := auth.ExtractAccessToken(req) // Make sure normal user isn't registering under an exclusive application