remove print

This commit is contained in:
2024-10-08 14:47:40 +02:00
parent 709a161cd0
commit c199353119

View File

@@ -68,7 +68,7 @@ class _MIHLayoutBuilderState extends State<MIHLayoutBuilder> {
if (widget.pullDownToRefresh == true) {
return LayoutBuilder(builder: (context, BoxConstraints constraints) {
double newheight = constraints.maxHeight;
print(newheight);
//print(newheight);
return RefreshIndicator(
onRefresh: widget.onPullDown,
child: ListView.builder(