maint: cleaned up some debug.log lines to fight log clutter

This commit is contained in:
Chris
2025-10-23 18:08:06 -04:00
parent a83ab1156a
commit 47b4530dd0
4 changed files with 1 additions and 6 deletions

View File

@@ -114,7 +114,6 @@ namespace Reset.Units{
[Rpc(SendTo.Owner)]
public void DoGraphEventRpc(string eventToSend){
Debug.Log(eventToSend);
GetComponent<FSMOwner>().SendEvent(eventToSend); }
}
}