Corpus Follower List Fix

This commit is contained in:
Inga Kirschnick
2023-04-28 13:24:30 +02:00
parent 6c76d27a32
commit c6db277436
4 changed files with 7 additions and 7 deletions

View File

@@ -561,7 +561,6 @@ class ConcordanceQueryBuilder {
if (tokenIsEmpty === false) {
tokenQueryText = '[' + tokenQueryText + ']';
}
console.log(tokenQueryText);
this.queryChipFactory('token', tokenQueryContent, tokenQueryText);
this.hideEverything();
this.elements.positionalAttrArea.classList.add('hide');