Remove obsolete console.log

This commit is contained in:
pietervdvn 2021-07-26 16:25:57 +02:00
parent 5cc963513a
commit 4f2881269a

View file

@ -198,9 +198,7 @@ export default class TagRenderingQuestion extends Combine {
oppositeTags.push(notSelected);
}
tags.push(TagUtils.FlattenMultiAnswer(oppositeTags));
const actualTags = TagUtils.FlattenMultiAnswer(tags);
console.log("Converted ", indices.join(","), "into", actualTags.asHumanString(false, false, {}), "with elems", elements)
return actualTags;
return TagUtils.FlattenMultiAnswer(tags);
},
(tags: TagsFilter) => {
// {key --> values[]}