From e1e40950f87ec352d1bb6fdb909ee888ddae41b7 Mon Sep 17 00:00:00 2001 From: Sinai Date: Wed, 21 Apr 2021 23:08:16 +1000 Subject: [PATCH] Update DataHeightManager.cs --- src/UI/Widgets/ScrollPool/DataHeightManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/Widgets/ScrollPool/DataHeightManager.cs b/src/UI/Widgets/ScrollPool/DataHeightManager.cs index 09eef25..dfe9016 100644 --- a/src/UI/Widgets/ScrollPool/DataHeightManager.cs +++ b/src/UI/Widgets/ScrollPool/DataHeightManager.cs @@ -113,7 +113,7 @@ namespace UnityExplorer.UI.Widgets if (diff != 0.0f) { - ExplorerCore.LogWarning("Height for data index " + dataIndex + " changed by " + diff); + // ExplorerCore.LogWarning("Height for data index " + dataIndex + " changed by " + diff); cache.height = value; }