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) {
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);