From 06328c8bbc4fddbcfbe56a3030374d933deff12a Mon Sep 17 00:00:00 2001
From: ki7077 <58886967+ki7077@users.noreply.github.com>
Date: Sat, 1 Oct 2022 15:36:21 +0200
Subject: [PATCH] Removed another comment

---
 Assets/Scripts/InventoryStuff/ScrollDetails.cs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Assets/Scripts/InventoryStuff/ScrollDetails.cs b/Assets/Scripts/InventoryStuff/ScrollDetails.cs
index 509827e9..85a0c741 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);
 
     }
 
-- 
GitLab