diff --git a/lib/src/ui/widgets/integer_input.dart b/lib/src/ui/widgets/integer_input.dart index 8edab39..645e8bf 100644 --- a/lib/src/ui/widgets/integer_input.dart +++ b/lib/src/ui/widgets/integer_input.dart @@ -68,7 +68,6 @@ class IntegerInputState extends State { child: Focus( onFocusChange: (hasFocus) { if (!hasFocus) { - print('Handle focus loss'); _handleSubmit(_controller.text); } },