From a3e92102ac47f6313d53fe21c8c28e87e4d10c9b Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 28 Mar 2022 10:34:00 +0100 Subject: [PATCH] Remove redundant comment --- clientapi/routing/register.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/clientapi/routing/register.go b/clientapi/routing/register.go index d5b7f474d..7d84f2494 100644 --- a/clientapi/routing/register.go +++ b/clientapi/routing/register.go @@ -557,8 +557,6 @@ func Register( return handleGuestRegistration(req, r, cfg, userAPI) } - // Retrieve or generate the sessionID - // Don't allow numeric usernames less than MAX_INT64. if _, err := strconv.ParseInt(r.Username, 10, 64); err == nil { return util.JSONResponse{