diff --git a/src/cmd/update-cli.js b/src/cmd/update-cli.js index 51c4dcb3f..c367de173 100644 --- a/src/cmd/update-cli.js +++ b/src/cmd/update-cli.js @@ -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); }