diff --git a/Assets/Scripts/UI/InGame/WebViewController.cs b/Assets/Scripts/UI/InGame/WebViewController.cs
index 353a40c0f20359a3557d51aca2d18a4b1dcd48dd..1c2fe4fa08ee59a9d55ccb1ac7d672be78cfcf1f 100644
--- a/Assets/Scripts/UI/InGame/WebViewController.cs
+++ b/Assets/Scripts/UI/InGame/WebViewController.cs
@@ -20,7 +20,6 @@ public class WebViewController : ScrollView
 
     private void Awake()
     {
-        Debug.LogWarning("awake Webview Controller");
         webViewComponent = GetComponent<WebViewComponent>();
         WebViewComponent.serializerSettings.Converters.Add(new FactObjectUIConverter());
         webViewComponent.targetUrl = Path.Join(CommunicationEvents.Get_DataPath(), "scrollView.html");
@@ -130,7 +129,7 @@ private async void SetScrollContent(Scroll scroll)
 
     private async void DropzoneAttributeModifiedHandler(attributeModifiedEvent attributeModifiedEvent)
     {
-        Debug.LogWarning($"dropzoneAttributeModifiedHandler: '{attributeModifiedEvent.name}'");
+        //Debug.Log($"dropzoneAttributeModifiedHandler: '{attributeModifiedEvent.name}'");
 
         // call the onFactAssignment event if the data-fact-id attribute was modified
         if (attributeModifiedEvent.name == "data-fact-id")
diff --git a/Packages/bessw.unity.webview b/Packages/bessw.unity.webview
index c2220c67983c8152fe5052cf5981fe680772c4f0..787188c205056d486911340e7d558fb23f079b79 160000
--- a/Packages/bessw.unity.webview
+++ b/Packages/bessw.unity.webview
@@ -1 +1 @@
-Subproject commit c2220c67983c8152fe5052cf5981fe680772c4f0
+Subproject commit 787188c205056d486911340e7d558fb23f079b79