From 44fa2298fc7dad2dd24532ca4ef9a13b78cd7eb9 Mon Sep 17 00:00:00 2001 From: mic Date: Sat, 11 Jan 2025 22:17:34 +0100 Subject: [PATCH] console.log debug statement commented out --- js/mzta-utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/mzta-utils.js b/js/mzta-utils.js index 198f1521..237c42f6 100644 --- a/js/mzta-utils.js +++ b/js/mzta-utils.js @@ -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);