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:
@@ -81,7 +81,6 @@ webviewAddEventListener("zoneLoadProgress", (dto) => {
|
||||
|
||||
webviewAddEventListener("zoneUnlinkProgress", (dto) => {
|
||||
lastPercentage.value = dto.percentage;
|
||||
console.log("unlink", dto);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user