From 5fb24f4c690cee08cdb406f779b9d37bbe487052 Mon Sep 17 00:00:00 2001 From: physton Date: Fri, 22 Mar 2024 17:18:37 +0800 Subject: [PATCH] Update groupTagsMixin.js --- src/src/mixins/phystonPrompt/groupTagsMixin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/src/mixins/phystonPrompt/groupTagsMixin.js b/src/src/mixins/phystonPrompt/groupTagsMixin.js index 35e38d8..4898c43 100644 --- a/src/src/mixins/phystonPrompt/groupTagsMixin.js +++ b/src/src/mixins/phystonPrompt/groupTagsMixin.js @@ -340,7 +340,6 @@ export default { find = tag.originalValue === name || (output_name && tag.originalValue === output_name) } if (find) { - console.log("1") indexes.push(index) } }