mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-26 23:33:03 +00:00
remove check_config in read_data
This commit is contained in:
parent
5f7e1ff800
commit
f842bd63ee
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ class MPW
|
|||
case f.full_name
|
||||
when 'wallet/config.gpg'
|
||||
@config = YAML.load(decrypt(f.read))
|
||||
check_config
|
||||
|
||||
when 'wallet/meta.gpg'
|
||||
data = decrypt(f.read)
|
||||
|
|
Loading…
Reference in a new issue