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