mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-29 18:48:51 +00:00
clean up prints
This commit is contained in:
parent
292e49563a
commit
bde4321942
1 changed files with 1 additions and 6 deletions
|
@ -201,12 +201,7 @@ class _ProviderOptionState extends ConsumerState<_ProviderOption> {
|
|||
groupValue = _id;
|
||||
}
|
||||
|
||||
bool selected = groupValue == _id;
|
||||
|
||||
print("========================================================");
|
||||
print("gourpValue: $groupValue");
|
||||
print("_id: $_id");
|
||||
print("========================================================");
|
||||
// bool selected = groupValue == _id;
|
||||
|
||||
return ConditionalParent(
|
||||
condition: isDesktop,
|
||||
|
|
Loading…
Reference in a new issue