Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed May 26, 2023
1 parent ddeeacc commit 2604668
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ const json = async (urlInfo, { wait, got, log, salt }) => {
urlInfo.url = url.href
}

console.log(urlInfo)

log('json', urlInfo.url)

return got(urlInfo)
Expand Down

0 comments on commit 2604668

Please sign in to comment.