removed debug message
parent
c4663e57c4
commit
18746b43d8
|
|
@ -415,7 +415,7 @@ public class NetworkManager : MonoBehaviour
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
byte[] data = Encoding.UTF8.GetBytes(message);
|
byte[] data = Encoding.UTF8.GetBytes(message);
|
||||||
Debug.Log("Attempting to send: " + message);
|
//Debug.Log("Attempting to send: " + message);
|
||||||
udpSocket.SendTo(data, data.Length, SocketFlags.None, RemoteEndPoint);
|
udpSocket.SendTo(data, data.Length, SocketFlags.None, RemoteEndPoint);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue