Skip to content

Commit 0c92367

Browse files
committed
chore: remove a console.log
1 parent 0e4d38a commit 0c92367

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/request/fetch.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ export async function fetchFromRequestFile(
9797
init.headers.set("cookie", cookie);
9898
}
9999

100-
console.log(init);
101-
102100
const response = await fetch(url, init);
103101
saveCookie(response.headers, url);
104102

0 commit comments

Comments
 (0)