mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-15 06:18:41 +00:00
update(autocomplete): removed unecessary API logging
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user