diff --git a/Pixiview/UI/FlowLayout.cs b/Pixiview/UI/FlowLayout.cs index 39eddeb..eb47454 100644 --- a/Pixiview/UI/FlowLayout.cs +++ b/Pixiview/UI/FlowLayout.cs @@ -65,7 +65,6 @@ namespace Pixiview.UI { return; } - App.DebugPrint($"layout children: ({x}, {y}, {width}, {height})"); var columnSpacing = ColumnSpacing; var rowSpacing = RowSpacing;