forked from MapComplete/MapComplete
Remove obsolete console.log
This commit is contained in:
parent
5cc963513a
commit
4f2881269a
1 changed files with 1 additions and 3 deletions
|
@ -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[]}
|
||||
|
|
Loading…
Reference in a new issue