console.log debug statement commented out
This commit is contained in:
parent
2fe24298af
commit
44fa2298fc
1 changed files with 2 additions and 2 deletions
|
|
@ -254,8 +254,8 @@ function generateHexColorForTag() {
|
|||
}
|
||||
|
||||
export async function transformTagsLabels(labels, tags_list) {
|
||||
console.log(">>>>>>>>> transformTagsLabels labels: " + labels);
|
||||
console.log(">>>>>>>>> transformTagsLabels tags_list: " + tags_list);
|
||||
// console.log(">>>>>>>>> transformTagsLabels labels: " + labels);
|
||||
// console.log(">>>>>>>>> transformTagsLabels tags_list: " + tags_list);
|
||||
let output = [];
|
||||
for(let label of labels) {
|
||||
output.push(tags_list[label].tag);
|
||||
|
|
|
|||
Loading…
Reference in a new issue