Update DataHeightManager.cs

This commit is contained in:
Sinai 2021-04-21 23:08:16 +10:00
parent edbb9a2882
commit e1e40950f8

View File

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