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:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user