mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-29 21:55:58 +00:00
debugPrint word answer for developer's mental health
This commit is contained in:
parent
1789a1f05d
commit
624e4e35d8
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class _VerifyRecoveryPhraseViewState
|
|||
result.insert(random.nextInt(wordsToShow), chosenWord);
|
||||
|
||||
//todo: this prints sensitive info
|
||||
// debugPrint("Mnemonic game correct word: $chosenWord");
|
||||
debugPrint("Mnemonic game correct word: $chosenWord");
|
||||
|
||||
return Tuple2(result, chosenWord);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue