Skip to content

Commit

Permalink
fix(capacitor): remove extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed May 19, 2021
1 parent 359cdec commit 6cebf63
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -109,7 +109,6 @@ export class Integration extends BaseIntegration<ProjectIntegration> {

async installCapacitorPlugins() {
const [ manager, ...managerArgs ] = await pkgManagerArgs(this.e.config.get('npmClient'), { command: 'install', pkg: ['@capacitor/haptics', '@capacitor/app', '@capacitor/keyboard'] });
console.log(managerArgs)
await this.e.shell.run(manager, managerArgs, { cwd: this.root });
}

Expand Down

0 comments on commit 6cebf63

Please sign in to comment.