Skip to content
Snippets Groups Projects
Commit b28dbf15 authored by Marcel Dreier's avatar Marcel Dreier
Browse files

some temporary debug statements

parent aa48d179
No related branches found
No related tags found
1 merge request!1feat: added visualisation for CircleFact; added Torus- and ConeGenerator
...@@ -84,6 +84,8 @@ IEnumerator magicButton() ...@@ -84,6 +84,8 @@ IEnumerator magicButton()
} }
else else
{ {
Debug.Log("currentMMTAnswer");
Debug.Log(currentMmtAnswer);
Scroll.ScrollApplicationInfo pushout = JsonConvert.DeserializeObject<Scroll.ScrollApplicationInfo>(currentMmtAnswer); Scroll.ScrollApplicationInfo pushout = JsonConvert.DeserializeObject<Scroll.ScrollApplicationInfo>(currentMmtAnswer);
readPushout(pushout.acquiredFacts); readPushout(pushout.acquiredFacts);
} }
......
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