mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-03-09 23:34:56 +08:00
chore: remove a noisy debug log
This commit is contained in:
parent
51b73fec72
commit
806841481c
@ -163,7 +163,6 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
{
|
{
|
||||||
if (!referencedGameObjects.Contains(go))
|
if (!referencedGameObjects.Contains(go))
|
||||||
{
|
{
|
||||||
Debug.Log("Purging object: " + RuntimeUtil.AvatarRootPath(go));
|
|
||||||
UnityEngine.Object.DestroyImmediate(go);
|
UnityEngine.Object.DestroyImmediate(go);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user