mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-04-27 11:04:45 +00:00
remove print
This commit is contained in:
parent
f9729ee643
commit
4a5a6c9730
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ class PinCodeState<T extends PinCodeWidget> extends State<T> {
|
|||
focusNode: FocusNode(),
|
||||
autofocus: true,
|
||||
onKeyEvent: (keyEvent) {
|
||||
print('keyEvent: $keyEvent');
|
||||
if (keyEvent is KeyDownEvent) {
|
||||
if (keyEvent.logicalKey.keyLabel == "Backspace") {
|
||||
_pop();
|
||||
|
|
Loading…
Reference in a new issue