Skip to content

Commit

Permalink
Revert "WIP print-debug layout"
Browse files Browse the repository at this point in the history
This reverts commit 7a8c1c8.
  • Loading branch information
gnprice committed Feb 1, 2025
1 parent fe0857a commit 5e94e41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/widgets/sticky_header.dart
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,6 @@ class _RenderSliverStickyHeaderList extends RenderSliver with RenderSliverHelper
child!.layout(constraints, parentUsesSize: true);
SliverGeometry geometry = child!.geometry!;

print('constraints: $constraints');
print('child geometry: $geometry');

if (geometry.scrollOffsetCorrection != null) {
this.geometry = geometry;
return;
Expand Down Expand Up @@ -695,7 +692,6 @@ class _RenderSliverStickyHeaderList extends RenderSliver with RenderSliverHelper
constraints.axis.coordinateDirection, headerOffset);
}

print('final geometry: $geometry');
this.geometry = geometry;
}

Expand Down

0 comments on commit 5e94e41

Please sign in to comment.