From 797131939cccf93e0000b4a0b5f8258878e66c77 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 29 Mar 2018 12:51:55 +0200 Subject: [PATCH] Removed log --- scripts/Actions/Search.ts | 2 -- 1 file changed, 2 deletions(-) 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) {