Skip to content

Commit

Permalink
chore(hook): Use console.debug replace console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
577fkj authored and 1715173329 committed Jan 29, 2024
1 parent f4717c8 commit cf99d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ hook.request.before = (ctx) => {
});

req.headers.cookie = mapToCookie(cookies);
console.log('Replace netease cookie');
console.debug('Replace netease cookie');
}

if (
Expand Down

0 comments on commit cf99d00

Please sign in to comment.