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);
|
oppositeTags.push(notSelected);
|
||||||
}
|
}
|
||||||
tags.push(TagUtils.FlattenMultiAnswer(oppositeTags));
|
tags.push(TagUtils.FlattenMultiAnswer(oppositeTags));
|
||||||
const actualTags = TagUtils.FlattenMultiAnswer(tags);
|
return TagUtils.FlattenMultiAnswer(tags);
|
||||||
console.log("Converted ", indices.join(","), "into", actualTags.asHumanString(false, false, {}), "with elems", elements)
|
|
||||||
return actualTags;
|
|
||||||
},
|
},
|
||||||
(tags: TagsFilter) => {
|
(tags: TagsFilter) => {
|
||||||
// {key --> values[]}
|
// {key --> values[]}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue