mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-07 21:24:01 -05:00
Remove print statement.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
package util
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
@@ -67,7 +66,6 @@ func SeedFromMnemonic(mnemonic string) ([]byte, error) {
|
||||
bip39.SetWordList(wl)
|
||||
seed, err := bip39.NewSeedWithErrorChecking(expandMnemonic(mnemonic), mnemonicPassphrase)
|
||||
if err == nil {
|
||||
fmt.Printf("Seed is %#x\n", seed)
|
||||
return seed, nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user