mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-17 17:34:34 +08:00
remove debug logs
This commit is contained in:
parent
395d314b3c
commit
de534a3e94
@ -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)
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user