Removed log

This commit is contained in:
Eduard Urbach 2018-03-29 12:51:55 +02:00
parent df9a05ba2c
commit 797131939c

View File

@ -152,8 +152,6 @@ export async function search(arn: AnimeNotifier, search: HTMLInputElement, e: Ke
function showResponseInElement(arn: AnimeNotifier, url: string, typeName: string, element: HTMLElement) { function showResponseInElement(arn: AnimeNotifier, url: string, typeName: string, element: HTMLElement) {
return async (response: Response) => { return async (response: Response) => {
console.log(response.status, response.headers.get("ETag"))
let html = await response.text() let html = await response.text()
if(arn.app.currentPath !== url) { if(arn.app.currentPath !== url) {