2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-17 18:52:06 +00:00

chore: do not log progress in frontend

This commit is contained in:
Jan Laupetin
2025-10-15 23:17:50 +02:00
parent b35973db8a
commit 3459203626

View File

@@ -81,7 +81,6 @@ webviewAddEventListener("zoneLoadProgress", (dto) => {
webviewAddEventListener("zoneUnlinkProgress", (dto) => { webviewAddEventListener("zoneUnlinkProgress", (dto) => {
lastPercentage.value = dto.percentage; lastPercentage.value = dto.percentage;
console.log("unlink", dto);
}); });
</script> </script>