update(autocomplete): removed unecessary API logging
This commit is contained in:
parent
c3a1e434e5
commit
b96c4234f4
1 changed files with 0 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ export async function GET(request: Request) {
|
|||
const suggestions = await response.json();
|
||||
|
||||
// Return the suggestions in the expected format
|
||||
console.log('SearXNG autocompleter response:', suggestions);
|
||||
return new NextResponse(JSON.stringify(suggestions), {
|
||||
headers: {
|
||||
'Content-Type': 'application/x-suggestions+json',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue