Skip to content

Commit

Permalink
Merge pull request #311 from Ives7/fix-remove-useless-output
Browse files Browse the repository at this point in the history
fix: remove useless output.
  • Loading branch information
Luozf12345 authored Sep 25, 2024
2 parents 5616967 + 695a06d commit d970c6f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ class _TDNavBarState extends State<TDNavBar> {
vertical: TDTheme.of(context).spacer4,
);

print("screenAdaptation:${widget.screenAdaptation}, paddingTop:$paddingTop");
return Container(
color: bcc,
height: widget.height + paddingTop,
Expand Down

0 comments on commit d970c6f

Please sign in to comment.