diff --git a/Assets/Mirror/Runtime/NetworkServer.cs b/Assets/Mirror/Runtime/NetworkServer.cs index 1944caa07..56cb06ad5 100644 --- a/Assets/Mirror/Runtime/NetworkServer.cs +++ b/Assets/Mirror/Runtime/NetworkServer.cs @@ -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;