Skip to content

Commit 25eba3a

Browse files
committed
refactor: remove logging of search results count in SearchService
1 parent bbf05ea commit 25eba3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/search/service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export class SearchService {
3434
{ indexUid: "contributor", q, limit },
3535
],
3636
});
37-
this.logger.info({ message: `Found ${searchResults.results.length} results` });
3837
return searchResults as SearchResults;
3938
};
4039

0 commit comments

Comments
 (0)