From 5dc222a0df92eab0124d79d26ed558aa9b190436 Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Fri, 25 Oct 2024 17:03:27 -0600 Subject: [PATCH] Time to worker on marketplace proxying & hostname switching This will be HELL --- src/utils/settings/marketplace.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/settings/marketplace.ts b/src/utils/settings/marketplace.ts index ca99a97..0ec476f 100644 --- a/src/utils/settings/marketplace.ts +++ b/src/utils/settings/marketplace.ts @@ -85,7 +85,6 @@ const marketPlaceSettings = { plugins.forEach(async (plugin: Plugin) => { if (plugin.type === "page") { const pluginScript = await fetch(`/packages/${plugin.name}/${plugin.src}`).then((res) => res.text()); - console.log(`Plugin: ${plugin.name} has the following: ${pluginScript}`); const script = eval(pluginScript); const inject = await script() as unknown as SWPlugin; if (plugin.remove) {