Skip to content

Commit

Permalink
chore(hook): Use logger.debug replace console.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
577fkj authored and 1715173329 committed Jan 29, 2024
1 parent cf99d00 commit cf1d79a
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.debug('Replace netease cookie');
logger.debug('Replace netease cookie');
}

if (
Expand Down

0 comments on commit cf1d79a

Please sign in to comment.