From 2f484ffb1625d43ab4fc062bf9b172c8a9c42b52 Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick@privategrity.com>
Date: Tue, 30 Jul 2019 20:35:57 +0000
Subject: [PATCH] Remove unnecessary comment

---
 cmd/root.go | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cmd/root.go b/cmd/root.go
index 001bf648c..3474b475a 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -185,8 +185,6 @@ func sessionInitialization() (*id.User, *api.Client) {
 		// hack for session persisting with cmd line
 		// doesn't support non pre canned users
 		uid = id.NewUserFromUints(&[4]uint64{0, 0, 0, userId})
-		// clear userEmail if it was defined, since login was previously done
-		//userEmail = ""
 		globals.Log.INFO.Printf("Skipped Registration, user: %v", uid)
 	}
 
-- 
GitLab