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

pull/1503/head
Felix Lange 9 years ago
parent 7662dd9bbb
commit 06d5898d6a
  1. 1
      crypto/key_store_passphrase.go

@ -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 {

Loading…
Cancel
Save