remove debug logs

This commit is contained in:
Mikhail 2024-10-12 21:05:21 +08:00
parent 395d314b3c
commit de534a3e94
2 changed files with 0 additions and 13 deletions

View File

@ -160,15 +160,6 @@ namespace DCFApixels.DragonECS.Unity.RefRepairer.Editors
}
using (EcsGUI.Layout.BeginVertical(_panel))
{
if (_missingRefContainer != null)
{
Debug.Log(_missingRefContainer.IsEmptyX);
}
else
{
Debug.Log("NULL");
}
const string LIST_EMPTY_MESSAGE = "List of Missings is Empty";
const string COLLECT_BUTTON = "Collect Missings";
if (_missingRefContainer.IsEmpty)

View File

@ -23,10 +23,6 @@ namespace DCFApixels.DragonECS.Unity.RefRepairer.Editors
{
get { return collectedMissingTypesBufferCount == 0; }
}
public int IsEmptyX
{
get { return collectedMissingTypesBufferCount; }
}
#region Clear/RemoveResolved
public void Clear()