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

remove more noisy debug prints

parent 787188c2
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ namespace bessw.Unity.WebView
// On drag over
if (eventData.dragging)
{
Debug.LogWarning($"OnDragOver: {eventData.position}");
//Debug.LogWarning($"OnDragOver: {eventData.position}");
createDragEvent(DragEventType.dragOver, eventData);
}
}
......@@ -202,7 +202,7 @@ namespace bessw.Unity.WebView
x = position.x,
y = position.y,
};
Debug.LogWarning($"DragEvent: {dragEvent.type}, {eventData.position}, '{dragEvent.data.items[0].data}'");
//Debug.LogWarning($"DragEvent: {dragEvent.type}, {eventData.position}, '{dragEvent.data.items[0].data}'");
// send the DragEvent as drag event to the browser
tab.OnDragNDrop(dragEvent);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment