Removed log
This commit is contained in:
parent
df9a05ba2c
commit
797131939c
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user