diff --git a/UnityProject/Assets/Mirror/Runtime/Transport/LRM/LRMTransport/LRMTransportRequests.cs b/UnityProject/Assets/Mirror/Runtime/Transport/LRM/LRMTransport/LRMTransportRequests.cs index 30ab0f5..9fd5828 100644 --- a/UnityProject/Assets/Mirror/Runtime/Transport/LRM/LRMTransport/LRMTransportRequests.cs +++ b/UnityProject/Assets/Mirror/Runtime/Transport/LRM/LRMTransport/LRMTransportRequests.cs @@ -33,9 +33,7 @@ namespace LightReflectiveMirror yield return webRequest.SendWebRequest(); var result = webRequest.downloadHandler.text; - - print("RECIEVED INFO: " + result); - + #if UNITY_2020_1_OR_NEWER switch (webRequest.result) { @@ -224,4 +222,4 @@ namespace LightReflectiveMirror } } } -} \ No newline at end of file +}