fix(ui): Remove print
This commit is contained in:
parent
d38ee1692b
commit
67c1903bd1
@ -68,7 +68,6 @@ class IntegerInputState extends State<IntegerInput> {
|
||||
child: Focus(
|
||||
onFocusChange: (hasFocus) {
|
||||
if (!hasFocus) {
|
||||
print('Handle focus loss');
|
||||
_handleSubmit(_controller.text);
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user