good morning!!!!

Skip to content
Snippets Groups Projects
Commit 06d5898d authored by Felix Lange's avatar Felix Lange
Browse files

crypto: remove debug print call after decrypting a key from disk

parent 7662dd9b
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,6 @@ func (ks keyStorePassphrase) DeleteKey(keyAddr common.Address, auth string) (err
}
func decryptKeyFromFile(keysDirPath string, keyAddr common.Address, auth string) (keyBytes []byte, keyId []byte, err error) {
fmt.Printf("%v\n", keyAddr.Hex())
m := make(map[string]interface{})
err = getKey(keysDirPath, keyAddr, &m)
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment