2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-10-17 03:59:02 +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) => {
lastPercentage.value = dto.percentage;
console.log("unlink", dto);
});
</script>