From d8c73c4d24c09512084f808d2c20dad0e1849d92 Mon Sep 17 00:00:00 2001 From: MrMelon54 Date: Tue, 6 Dec 2022 15:47:24 +0000 Subject: [PATCH] Remove extra path logging in api.ts --- src/api/api.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/api.ts b/src/api/api.ts index 778d06f..3e3bba4 100644 --- a/src/api/api.ts +++ b/src/api/api.ts @@ -15,7 +15,6 @@ export async function sendSessionRequest(path: string, opt: RequestInit) { let headers = new Headers(opt.headers); setLoginHeaders(headers); opt.headers = headers; - console.log(path); let z = await sendApiRequest(path, opt); // Auth error