From 7293edf228916dd4860d135b1603441529bf2355 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 9 Aug 2024 14:48:29 +0200 Subject: [PATCH] Remove debug output on NSI-entries --- src/Logic/Web/NameSuggestionIndex.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Logic/Web/NameSuggestionIndex.ts b/src/Logic/Web/NameSuggestionIndex.ts index c39a8b7ee..df3ceda10 100644 --- a/src/Logic/Web/NameSuggestionIndex.ts +++ b/src/Logic/Web/NameSuggestionIndex.ts @@ -186,7 +186,7 @@ export default class NameSuggestionIndex { addExtraTags: Object.keys(tags) .filter((k) => k !== type) .map((k) => new Tag(k, tags[k])), - then: new TypedTranslation>({ "*": nsiItem.displayName +" "+(frequency) }), + then: new TypedTranslation>({ "*": nsiItem.displayName }), hideInAnswer: false, ifnot: undefined, alsoShowIf: undefined,