mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Suppress noisy Debug
This commit is contained in:
parent
43a4fdc4be
commit
61f2ab809d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user