From 04a2b2a9ee6073d5415eba87428bd342abe259a1 Mon Sep 17 00:00:00 2001 From: Sydney Erickson <sydney@elixxir.io> Date: Fri, 28 Jun 2019 11:57:17 -0700 Subject: [PATCH] Remove potentially problematic return --- cmd/root.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 7913e604c..a18b708bb 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -88,7 +88,6 @@ func sessionInitialization() *id.User { } else { //Fail if any other error is received globals.Log.ERROR.Printf("Error with file path: %s\n", err1.Error()) - return id.ZeroID } } -- GitLab