From 245a30d42c4833df289096250d077367f5c49cf5 Mon Sep 17 00:00:00 2001
From: Bjoern Esswein <692-bessw@users.noreply.gl.kwarc.info>
Date: Mon, 11 Nov 2024 17:34:11 +0100
Subject: [PATCH] remove noisy debug prints

---
 Assets/Scripts/UI/InGame/WebViewController.cs | 3 +--
 Packages/bessw.unity.webview                  | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Assets/Scripts/UI/InGame/WebViewController.cs b/Assets/Scripts/UI/InGame/WebViewController.cs
index 353a40c0..1c2fe4fa 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 c2220c67..787188c2 160000
--- a/Packages/bessw.unity.webview
+++ b/Packages/bessw.unity.webview
@@ -1 +1 @@
-Subproject commit c2220c67983c8152fe5052cf5981fe680772c4f0
+Subproject commit 787188c205056d486911340e7d558fb23f079b79
-- 
GitLab