From 5da730dd8b18959c8f6ae84f5cd4bc6ec038f2b2 Mon Sep 17 00:00:00 2001 From: thecooltechguy Date: Sun, 29 Oct 2023 16:31:35 -0700 Subject: [PATCH] wip --- js/comfyui-share.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/comfyui-share.js b/js/comfyui-share.js index 5b85546f..0ba6f701 100644 --- a/js/comfyui-share.js +++ b/js/comfyui-share.js @@ -172,11 +172,6 @@ export class ShareDialog extends ComfyDialog { // Change the text of the share button to "Sharing..." to indicate that the share process has started this.share_button.textContent = "Sharing..."; - console.log({ - potential_outputs, - potential_output_nodes, - selectedOutputIndex: this.selectedOutputIndex, - }) const response = await api.fetchApi(`/manager/share`, { method: 'POST',