Skip to content

Commit

Permalink
cleanup logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinssgh committed Feb 8, 2024
1 parent 866e4a3 commit 1c75fbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/localstate_mgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ func getFragmentSeed(password string) ([]byte, error) {
if password == "" {
return nil, errors.New("empty fragment seed, please check password: " + password)
}
fmt.Println("using provided password !!!", password, len(password))
seedStr = password
}

Expand Down

0 comments on commit 1c75fbc

Please sign in to comment.