diff --git a/core/core-frontend/src/components/plugin/src/index.vue b/core/core-frontend/src/components/plugin/src/index.vue index fe3f091f28..2959cd3396 100644 --- a/core/core-frontend/src/components/plugin/src/index.vue +++ b/core/core-frontend/src/components/plugin/src/index.vue @@ -94,8 +94,6 @@ onMounted(async () => { } else { distributed = wsCache.get(key) } - console.log('distributed', distributed, attrs, window['DEXPack']) - if (distributed) { if (window['DEXPack']) { const xpack = await window['DEXPack'].mapping[attrs.jsname] diff --git a/core/core-frontend/src/layout/components/Main.vue b/core/core-frontend/src/layout/components/Main.vue index f0d1dc33f9..b76fd2b112 100644 --- a/core/core-frontend/src/layout/components/Main.vue +++ b/core/core-frontend/src/layout/components/Main.vue @@ -1,11 +1,11 @@ - -