diff --git a/cmd/root.go b/cmd/root.go index ca88112c1d5ace3163daf044fdae94c255078906..ec524fd6aa166a76545bf79de0c60eb3e07a17b6 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 == "" {