debugPrint word answer for developer's mental health

This commit is contained in:
julian 2022-12-29 13:49:00 -06:00
parent 1789a1f05d
commit 624e4e35d8

View file

@ -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);
}