diff --git a/Assets/Scripts/RoomManager.cs b/Assets/Scripts/RoomManager.cs index 33356b3..791d374 100644 --- a/Assets/Scripts/RoomManager.cs +++ b/Assets/Scripts/RoomManager.cs @@ -102,7 +102,7 @@ private void Update() { if (string.IsNullOrEmpty(p.photoUrl)) { - Debug.Log($"player {labelByID.Key} proposition URL : {p.photoUrl}"); + //Debug.Log($"player {labelByID.Key} proposition URL : {p.photoUrl}"); playerHasAnswerBoth = false; } } @@ -110,6 +110,7 @@ private void Update() //if its the case if (playerHasAnswerBoth) { + Debug.Log($"player {labelByID.Key} has made 2 propositions", this); //put player label in green if finished labelByID.Value.color = Color.green; }