Skip to content

Commit

Permalink
Merge pull request #41 from DoctorLai/hack2022
Browse files Browse the repository at this point in the history
Remove Logging
  • Loading branch information
kenshinji authored Oct 4, 2022
2 parents 8f20982 + f80843e commit 090c8d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ request(options, (error, response, body) => {
if (error) {
console.error(error)
}
console.log(body)

if (config.spinner) {
spinner.stop(true)
Expand Down

0 comments on commit 090c8d2

Please sign in to comment.