Skip to content

Commit

Permalink
remove leftover debugPrint
Browse files Browse the repository at this point in the history
  • Loading branch information
dreautall committed Jun 10, 2023
1 parent c7d677f commit a9718d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/widgets/input_number.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ class NumberInput extends StatelessWidget {

@override
Widget build(BuildContext context) {
debugPrint(
"Building with initialValue $value, decimals $decimals, hintText $hintText");
return TextFormField(
controller: controller,
initialValue: value,
Expand Down

0 comments on commit a9718d9

Please sign in to comment.