From e7511852073a95a8607f318322af65cd656a188a Mon Sep 17 00:00:00 2001 From: Tsanie Lily Date: Sat, 16 May 2020 22:48:02 +0800 Subject: [PATCH] remove layout log --- Pixiview/UI/FlowLayout.cs | 1 - 1 file changed, 1 deletion(-) 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;