Skip to content
Snippets Groups Projects
Commit 2b985629 authored by Josh Brooks's avatar Josh Brooks
Browse files

Further clean up

parent 465aaf60
Branches
Tags
No related merge requests found
......@@ -178,8 +178,6 @@ func (cl *Client) RegisterWithNodes() error {
UID := session.GetCurrentUser().User
usr := session.GetCurrentUser()
//Load the registration signature
// fixme: remove the bewow commented code
//regSignature := cl.session.GetRegistrationValidationSignature()
regSignature, err := io.SessionV2.GetRegValidationSig()
if err != nil {
return err
......@@ -208,8 +206,6 @@ func (cl *Client) RegisterWithNodes() error {
//update the session with the registration
//HACK HACK HACK
sesObj := cl.session.(*user.SessionObj)
// fixme: remove the commented code
//sesObj.RegValidationSignature = regSignature
err = io.SessionV2.SetRegValidationSig(regSignature)
if err != nil {
return err
......
......@@ -9,7 +9,6 @@
package storage
import (
"fmt"
"gitlab.com/elixxir/client/globals"
"gitlab.com/elixxir/ekv"
"testing"
......@@ -30,7 +29,7 @@ func Init(baseDir, password string) (*Session, error) {
kv: NewVersionedKV(fs),
}
}
fmt.Printf("key val: %v\n", s.kv)
return s, err
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment