From 22cb603aa82f24223c561b875d2bfed7dd32b2b8 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 3 Jul 2024 21:17:50 +0800 Subject: [PATCH] =?UTF-8?q?feat=E2=9C=A8:=20=20prod=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/comfyui-share-copus.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/comfyui-share-copus.js b/js/comfyui-share-copus.js index 36ff977f..318b1fe5 100644 --- a/js/comfyui-share-copus.js +++ b/js/comfyui-share-copus.js @@ -1,6 +1,6 @@ import { app } from "../../scripts/app.js"; import { $el, ComfyDialog } from "../../scripts/ui.js"; -const env = "dev"; +const env = "prod"; let DEFAULT_HOMEPAGE_URL = "https://copus.io"; @@ -850,7 +850,6 @@ export class CopusShareDialog extends ComfyDialog { this.allFiles.push(file); }); } - console.log("~log=======================", this.allFiles); return $el( `label.output_label${radio_button.checked ? ".checked" : ""}`, {