Skip to content
Snippets Groups Projects
Verified Commit 245a30d4 authored by Björn Eßwein's avatar Björn Eßwein
Browse files

remove noisy debug prints

parent 16c0bd73
No related branches found
No related tags found
No related merge requests found
Pipeline #6446 passed
......@@ -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")
......
Subproject commit c2220c67983c8152fe5052cf5981fe680772c4f0
Subproject commit 787188c205056d486911340e7d558fb23f079b79
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment