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; }