Skip to content
Snippets Groups Projects
Commit d3d7b81a authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

removed logs which are no longer used

parent 114f3b35
No related branches found
No related tags found
No related merge requests found
...@@ -85,10 +85,7 @@ func sessionInitialization() (*id.User, string, *api.Client) { ...@@ -85,10 +85,7 @@ func sessionInitialization() (*id.User, string, *api.Client) {
// Verify the signature // Verify the signature
globals.Log.DEBUG.Println("Verifying NDF...") globals.Log.DEBUG.Println("Verifying NDF...")
ndfJSON := api.VerifyNDF(string(ndfBytes), ndfPubKey) ndfJSON := api.VerifyNDF(string(ndfBytes), ndfPubKey)
globals.Log.DEBUG.Printf("NDF Verified: %v", ndfJSON) globals.Log.DEBUG.Printf(" NDF Verified")
// Overwrite the network definition with any specified flags
globals.Log.DEBUG.Printf("Overwrote NDF Vars: %v", ndfJSON)
//If no session file is passed initialize with RAM Storage //If no session file is passed initialize with RAM Storage
if sessionFile == "" { if sessionFile == "" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment