diff --git a/scripts/Actions/Search.ts b/scripts/Actions/Search.ts index 419ab176..1370024e 100644 --- a/scripts/Actions/Search.ts +++ b/scripts/Actions/Search.ts @@ -152,8 +152,6 @@ export async function search(arn: AnimeNotifier, search: HTMLInputElement, e: Ke function showResponseInElement(arn: AnimeNotifier, url: string, typeName: string, element: HTMLElement) { return async (response: Response) => { - console.log(response.status, response.headers.get("ETag")) - let html = await response.text() if(arn.app.currentPath !== url) {