forked from MapComplete/MapComplete
		
	Remove debug output on NSI-entries
This commit is contained in:
		
							parent
							
								
									7796bcc581
								
							
						
					
					
						commit
						87a3efb0c5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -186,7 +186,7 @@ export default class NameSuggestionIndex {
 | 
				
			||||||
                    addExtraTags: Object.keys(tags)
 | 
					                    addExtraTags: Object.keys(tags)
 | 
				
			||||||
                        .filter((k) => k !== type)
 | 
					                        .filter((k) => k !== type)
 | 
				
			||||||
                        .map((k) => new Tag(k, tags[k])),
 | 
					                        .map((k) => new Tag(k, tags[k])),
 | 
				
			||||||
                    then: new TypedTranslation<Record<string, never>>({ "*": nsiItem.displayName +" "+(frequency) }),
 | 
					                    then: new TypedTranslation<Record<string, never>>({ "*": nsiItem.displayName }),
 | 
				
			||||||
                    hideInAnswer: false,
 | 
					                    hideInAnswer: false,
 | 
				
			||||||
                    ifnot: undefined,
 | 
					                    ifnot: undefined,
 | 
				
			||||||
                    alsoShowIf: undefined,
 | 
					                    alsoShowIf: undefined,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue