remove debug logs
This commit is contained in:
parent
8cdbe8de33
commit
b6c041b4aa
1 changed files with 0 additions and 2 deletions
|
@ -174,9 +174,7 @@ function getYearSuggestion(searchPhrase: string): Suggestion[] {
|
|||
|
||||
export async function getAllPeopleSuggestion(): Promise<Array<Suggestion>> {
|
||||
try {
|
||||
addLogLine('getAllPeopleSuggestion called');
|
||||
const people = await getAllPeople(200);
|
||||
addLogLine(`found people: ${people?.length ?? 0}`);
|
||||
return people.map((person) => ({
|
||||
label: person.name,
|
||||
type: SuggestionType.PERSON,
|
||||
|
|
Loading…
Add table
Reference in a new issue