Skip to content
Snippets Groups Projects
Commit 22ea36c1 authored by Tobias Schöner's avatar Tobias Schöner
Browse files

refactor: comment debug output

parent 0272e3e1
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@ public void Initialize(Fact fact, Vector3 factPosition)
parentFacts = GetParentFacts();
childFacts = GetChildFacts();
Debug.Log($"Parents of {mainFact.Label}: {string.Join(", ", parentFacts.Select(cf => cf.Label))}");
Debug.Log($"Children of {mainFact.Label}: {string.Join(", ", childFacts.Select(cf => cf.Label))}");
//Debug.Log($"Parents of {mainFact.Label}: {string.Join(", ", parentFacts.Select(cf => cf.Label))}");
//Debug.Log($"Children of {mainFact.Label}: {string.Join(", ", childFacts.Select(cf => cf.Label))}");
UpdateFactExplorerUI();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment