From 3459203626e948a8cfc14923daad2c5dff3d224f Mon Sep 17 00:00:00 2001 From: Jan Laupetin Date: Wed, 15 Oct 2025 23:17:50 +0200 Subject: [PATCH] chore: do not log progress in frontend --- src/ModManUi/src/App.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ModManUi/src/App.vue b/src/ModManUi/src/App.vue index 4d5255fe..73f92c86 100644 --- a/src/ModManUi/src/App.vue +++ b/src/ModManUi/src/App.vue @@ -81,7 +81,6 @@ webviewAddEventListener("zoneLoadProgress", (dto) => { webviewAddEventListener("zoneUnlinkProgress", (dto) => { lastPercentage.value = dto.percentage; - console.log("unlink", dto); });