Skip to content

Commit

Permalink
remove console.log of debug statements since it corrupts the output
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo committed Apr 7, 2022
1 parent a40910e commit b609d43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/find-latest-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ async function main(matchRange) {

// 60 requests/hour, so we need to sleep for a full minute to get any kind of response
const sleepTime = Math.floor(Math.random() * 60 * Math.pow(2, attempt));
console.log('Sleeping for', sleepTime, 'seconds');
await sleep(sleepTime * 1000);
continue;
}
Expand Down

0 comments on commit b609d43

Please sign in to comment.