diff --git a/Assets/Scripts/InventoryStuff/ScrollDetails.cs b/Assets/Scripts/InventoryStuff/ScrollDetails.cs index 509827e933c32da8aad1c65eb026765868607cb1..85a0c7413c1a52dca3a0e0905aaa44dbf2028648 100644 --- a/Assets/Scripts/InventoryStuff/ScrollDetails.cs +++ b/Assets/Scripts/InventoryStuff/ScrollDetails.cs @@ -145,8 +145,6 @@ IEnumerator sendView(string endpoint) string diffInSeconds = (endTime -startTime).TotalMilliseconds.ToString(); string diff = (twoTime - startTime).TotalMilliseconds.ToString(); - // Debug.Log("TIME NEEDED: part1 " + diff +"||| time needed part2 : "+diffInSeconds); - // Debug.Log("lenght of the answer: "+currentMmtAnswer.Length); }