Update groupTagsMixin.js

pull/336/head
physton 2024-03-22 17:18:37 +08:00
parent 90bc20f3c3
commit 5fb24f4c69
1 changed files with 0 additions and 1 deletions

View File

@ -340,7 +340,6 @@ export default {
find = tag.originalValue === name || (output_name && tag.originalValue === output_name)
}
if (find) {
console.log("1")
indexes.push(index)
}
}