Don't print keys

This commit is contained in:
Julian 2024-05-03 10:32:32 -06:00
parent 832be89cab
commit e2fe526be4

View file

@ -92,8 +92,6 @@ class _UnlockWalletKeysDesktopState
keys: (await wallet.getSerializedKeys())!, keys: (await wallet.getSerializedKeys())!,
config: (await wallet.getMultisigConfig())!, config: (await wallet.getMultisigConfig())!,
); );
print(1111111);
print(frostData);
} else { } else {
throw Exception("FIXME ~= see todo in code"); throw Exception("FIXME ~= see todo in code");
} }