Skip to content

Commit

Permalink
perf(app): platform is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Mar 24, 2018
1 parent 48d1bd4 commit e681836
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/components/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export class App {

render() {
return [
<ion-platform />,
this.deviceHacks && <ion-input-shims />,
this.isDevice && <ion-tap-click />,
this.isDevice && <ion-status-tap />,
Expand Down

0 comments on commit e681836

Please sign in to comment.