From d3d7b81a95b57e916386a4b66a0316689cd9c5f6 Mon Sep 17 00:00:00 2001
From: Benjamin Wenger <ben@elixxir.ioo>
Date: Tue, 20 Aug 2019 13:11:59 -0700
Subject: [PATCH] removed logs which are no longer used

---
 cmd/root.go | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/cmd/root.go b/cmd/root.go
index ca88112c1..ec524fd6a 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -85,10 +85,7 @@ func sessionInitialization() (*id.User, string, *api.Client) {
 	// Verify the signature
 	globals.Log.DEBUG.Println("Verifying NDF...")
 	ndfJSON := api.VerifyNDF(string(ndfBytes), ndfPubKey)
-	globals.Log.DEBUG.Printf("NDF Verified: %v", ndfJSON)
-
-	// Overwrite the network definition with any specified flags
-	globals.Log.DEBUG.Printf("Overwrote NDF Vars: %v", ndfJSON)
+	globals.Log.DEBUG.Printf("   NDF Verified")
 
 	//If no session file is passed initialize with RAM Storage
 	if sessionFile == "" {
-- 
GitLab