Suppress noisy Debug

This commit is contained in:
MrGadget1024 2021-08-08 12:56:57 -04:00
parent 43a4fdc4be
commit 61f2ab809d

View File

@ -115,7 +115,7 @@ public static void Listen(int maxConns)
if (!dontListen)
{
Transport.activeTransport.ServerStart();
Debug.Log("Server started listening");
//Debug.Log("Server started listening");
}
active = true;