Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 3, 2022
1 parent 8cb5d58 commit 3b5f479
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export async function download () {
const getPlatformMetadata = () => {
const type = os.type()
const architecture = os.arch()
console.log(type, architecture);


for (let supportedPlatform of SUPPORTE_PLATFORMS) {
if (
Expand Down

0 comments on commit 3b5f479

Please sign in to comment.