mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 10:34:32 +00:00
Don't print keys
This commit is contained in:
parent
832be89cab
commit
e2fe526be4
1 changed files with 0 additions and 2 deletions
|
@ -92,8 +92,6 @@ class _UnlockWalletKeysDesktopState
|
|||
keys: (await wallet.getSerializedKeys())!,
|
||||
config: (await wallet.getMultisigConfig())!,
|
||||
);
|
||||
print(1111111);
|
||||
print(frostData);
|
||||
} else {
|
||||
throw Exception("FIXME ~= see todo in code");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue