Skip to content
Snippets Groups Projects
Commit 7b418000 authored by baletiballo's avatar baletiballo
Browse files

slightly more descriptive Comments

parent 5f1b3dc3
No related branches found
No related tags found
No related merge requests found
......@@ -425,7 +425,7 @@ public bool rename(string newLabel, FactRecorder name_space)
//freeAutoLabel(_Facts); //should be done already
if (CommunicationEvents.VerboseURI)
Debug.Log("Server removed Fact:\n" + this.Id);
Debug.Log("Removed Fact:\n" + this.Id + ". Since MMT cannot yet delete Facts, it is still on the Server.");
}
/// <summary>
......
......@@ -70,7 +70,7 @@ public class ActiveScroll : MonoBehaviour
private Scroll _Scroll;
/// <summary>
/// The currently active scroll
/// Base version of the currently active scroll
/// </summary>
public Scroll Scroll
{
......@@ -342,6 +342,9 @@ public void SendCurrentFactAssignments()
StartCoroutine(_SendAssignments());
}
/// <summary>
/// Send the assignment to the MMT-Server, unpack the answer and check it for Errors. If everything is fine hand it over to <see cref="_ProcessScrollDynamicInfo(ScrollDynamicInfo)"/>
/// </summary>
private IEnumerator _SendAssignments()
{
if (DynamicScrollInQue)
......
......@@ -198,7 +198,3 @@ function addDropZoneEventListeners() {
})
}
//addDropZoneEventListeners()
console.log("worked")
const test = document.getElementById('test');
test.innerText += ' successful'
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