diff --git a/Assets/Scripts/InteractionEngine/FactHandling/Facts/Fact.cs b/Assets/Scripts/InteractionEngine/FactHandling/Facts/Fact.cs
index 1bafe7d92f05ca815c92640cde3a0a0a82075981..6a3e9b6e1c577c246a82f6455d4ab445f5960b93 100644
--- a/Assets/Scripts/InteractionEngine/FactHandling/Facts/Fact.cs
+++ b/Assets/Scripts/InteractionEngine/FactHandling/Facts/Fact.cs
@@ -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>
diff --git a/Assets/Scripts/InventoryStuff/ActiveScroll.cs b/Assets/Scripts/InventoryStuff/ActiveScroll.cs
index 6b1d6a18f0fa3bf93b978501d58c096e349e4b6a..1900d3b019d87f511f2fdde3d64f19608cfa59b3 100644
--- a/Assets/Scripts/InventoryStuff/ActiveScroll.cs
+++ b/Assets/Scripts/InventoryStuff/ActiveScroll.cs
@@ -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)
diff --git a/Assets/StreamingAssets/StreamToDataPath_withHandler/scroll_interaction/Drop_facts.js b/Assets/StreamingAssets/StreamToDataPath_withHandler/scroll_interaction/Drop_facts.js
index d74a0862a545a2c3d94287f7bd1fc18a92a01827..0916b3d95a275c5ad66f8d877acde4a5eb7d7a7d 100644
--- a/Assets/StreamingAssets/StreamToDataPath_withHandler/scroll_interaction/Drop_facts.js
+++ b/Assets/StreamingAssets/StreamToDataPath_withHandler/scroll_interaction/Drop_facts.js
@@ -198,7 +198,3 @@ function addDropZoneEventListeners() {
     })
 }
 //addDropZoneEventListeners()
-
-console.log("worked")
-const test = document.getElementById('test');
-test.innerText += ' successful'