Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
remove logs
  • Loading branch information
jamesgeorge007 committed Jun 8, 2019
1 parent 4714ae3 commit 4a966ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/commands/deploy/herokuDeploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const deploy = async () => {
await Promise.all([
await validateInstallation('heroku'),
await validateInstallation('git help -g'),
await validateInstallation('rb'),
]);

const { mode } = await inquirer.prompt([
Expand Down
2 changes: 0 additions & 2 deletions src/utils/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ const validateInstallation = async dependency => {
dependencyNotInstalled(dependency);
}
});
} else {
console.log(await dependencyIsInstalled(dependency));
}
};

Expand Down

0 comments on commit 4a966ca

Please sign in to comment.