ログ出し削除

This commit is contained in:
kimura 2021-11-15 16:41:55 +09:00
parent 772de97718
commit e34826de5c
1 changed files with 0 additions and 3 deletions

View File

@ -74,9 +74,6 @@ public class CornHarvester : MonoBehaviour
yield return null;
}
callback?.Invoke(finishedList);
#if UNITY_EDITOR
Debug.Log($"now:{harvestedSpawnTransform.childCount}");
#endif
}
public void AddCount(int value)