From 4f2881269a65fd810481221cd7b2ce946ca7e29f Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Mon, 26 Jul 2021 16:25:57 +0200 Subject: [PATCH] Remove obsolete console.log --- UI/Popup/TagRenderingQuestion.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/UI/Popup/TagRenderingQuestion.ts b/UI/Popup/TagRenderingQuestion.ts index 2a6e5c939..eb6312f7a 100644 --- a/UI/Popup/TagRenderingQuestion.ts +++ b/UI/Popup/TagRenderingQuestion.ts @@ -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[]}