console.log debug statement commented out

This commit is contained in:
mic 2025-01-11 22:17:34 +01:00
parent 2fe24298af
commit 44fa2298fc

View file

@ -254,8 +254,8 @@ function generateHexColorForTag() {
} }
export async function transformTagsLabels(labels, tags_list) { export async function transformTagsLabels(labels, tags_list) {
console.log(">>>>>>>>> transformTagsLabels labels: " + labels); // console.log(">>>>>>>>> transformTagsLabels labels: " + labels);
console.log(">>>>>>>>> transformTagsLabels tags_list: " + tags_list); // console.log(">>>>>>>>> transformTagsLabels tags_list: " + tags_list);
let output = []; let output = [];
for(let label of labels) { for(let label of labels) {
output.push(tags_list[label].tag); output.push(tags_list[label].tag);