Skip to content

Commit

Permalink
remove console.logs from update-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed May 7, 2024
1 parent 5bc2d5a commit ce85505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/update-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class UpdateCliCommand {
log.info('To stay up to date with the latest features and improvements, please install the latest Particle Installer executable from our website: https://www.particle.io/cli');
return;
}
console.log('here is doing');
return this.updateCli(version);
}

Expand Down

0 comments on commit ce85505

Please sign in to comment.