From 82f0399bb61d43c23ba344358730ffc16dd6301d Mon Sep 17 00:00:00 2001 From: Cooper H <60411087+cxxpxr@users.noreply.github.com> Date: Wed, 5 May 2021 22:29:17 -0400 Subject: [PATCH] Update LRMTransportRequests.cs --- .../Transport/LRM/LRMTransport/LRMTransportRequests.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 +}