Skip to content
Snippets Groups Projects
Commit 2f484ffb authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Remove unnecessary comment

parent 5c7f9d55
Branches
Tags
No related merge requests found
...@@ -185,8 +185,6 @@ func sessionInitialization() (*id.User, *api.Client) { ...@@ -185,8 +185,6 @@ func sessionInitialization() (*id.User, *api.Client) {
// hack for session persisting with cmd line // hack for session persisting with cmd line
// doesn't support non pre canned users // doesn't support non pre canned users
uid = id.NewUserFromUints(&[4]uint64{0, 0, 0, userId}) 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) globals.Log.INFO.Printf("Skipped Registration, user: %v", uid)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment