mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 14:43:08 +02:00
merloj: Deleted unused Debug Logs
This commit is contained in:
parent
e7a73f0ce0
commit
bc058e4978
@ -20,12 +20,10 @@ public class TTLList<T> where T : UnityEngine.Object
|
||||
|
||||
public void AddToList(T obj)
|
||||
{
|
||||
Debug.Log(obj);
|
||||
if (dict.ContainsKey(obj))
|
||||
dict[obj] = basicTTL;
|
||||
else
|
||||
dict.Add(obj, basicTTL);
|
||||
Debug.Log("Added/Changed object in dictionary", obj);
|
||||
UpdateViewList();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user