Skip to content

Commit

Permalink
chore: rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 11, 2024
1 parent 218b39a commit 6390c97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/gm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ export const GM_fetch = async (
// temporarily fix tampermonkey bug when post github api
responseType: method === 'GET' ? 'blob' : undefined,
async onload(e) {
console.log(e);
await delay();
let useNull = false;
if (e.response instanceof Blob) {
Expand Down

0 comments on commit 6390c97

Please sign in to comment.