chore: remove a noisy debug log

This commit is contained in:
bd_ 2023-07-30 01:43:05 +09:00
parent 51b73fec72
commit 806841481c

View File

@ -163,7 +163,6 @@ namespace nadena.dev.modular_avatar.core.editor
{
if (!referencedGameObjects.Contains(go))
{
Debug.Log("Purging object: " + RuntimeUtil.AvatarRootPath(go));
UnityEngine.Object.DestroyImmediate(go);
}
}