Skip to content

Commit 6cebf63

Browse files
committed
fix(capacitor): remove extra logging
1 parent 359cdec commit 6cebf63

File tree

1 file changed

+0
-1
lines changed
  • packages/@ionic/cli/src/lib/integrations/capacitor

1 file changed

+0
-1
lines changed

packages/@ionic/cli/src/lib/integrations/capacitor/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ export class Integration extends BaseIntegration<ProjectIntegration> {
109109

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

0 commit comments

Comments
 (0)