mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 18:14:35 +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))
|
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 LIST_EMPTY_MESSAGE = "List of Missings is Empty";
|
||||||
const string COLLECT_BUTTON = "Collect Missings";
|
const string COLLECT_BUTTON = "Collect Missings";
|
||||||
if (_missingRefContainer.IsEmpty)
|
if (_missingRefContainer.IsEmpty)
|
||||||
|
@ -23,10 +23,6 @@ namespace DCFApixels.DragonECS.Unity.RefRepairer.Editors
|
|||||||
{
|
{
|
||||||
get { return collectedMissingTypesBufferCount == 0; }
|
get { return collectedMissingTypesBufferCount == 0; }
|
||||||
}
|
}
|
||||||
public int IsEmptyX
|
|
||||||
{
|
|
||||||
get { return collectedMissingTypesBufferCount; }
|
|
||||||
}
|
|
||||||
|
|
||||||
#region Clear/RemoveResolved
|
#region Clear/RemoveResolved
|
||||||
public void Clear()
|
public void Clear()
|
||||||
|
Loading…
Reference in New Issue
Block a user