game(scripts/liftcon): annoying sia

remove annoying debug.log
This commit is contained in:
Sc0rch-thinks 2024-08-15 02:31:12 +08:00
parent 5c2adb45b8
commit 2ad29e481f

View file

@ -62,7 +62,6 @@ private void Start()
/// </summary>
public void DoorCloser()
{
Debug.Log("DoorCloser");
if (_liftDoor.isOpen && !_liftDoor.opening)
Invoke(nameof(CloseDoor), 2f);
Invoke(nameof(DoorCloser), 2f);