commented noisy debug

This commit is contained in:
MrGadget1024 2021-08-06 11:23:51 -04:00
parent a662a52430
commit 8c6daf318f

View File

@ -1398,7 +1398,7 @@ public static void DestroyAllClientObjects()
/// <summary>Shutdown the client.</summary>
public static void Shutdown()
{
Debug.Log("Shutting down client.");
//Debug.Log("Shutting down client.");
ClearSpawners();
spawnableObjects.Clear();
ready = false;