Remove extra path logging in api.ts
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/tag/build Pipeline was successful Details

This commit is contained in:
Melon 2022-12-06 15:47:24 +00:00
parent f0acb16403
commit d8c73c4d24
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
1 changed files with 0 additions and 1 deletions

View File

@ -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