style(components): remove console logs

This commit is contained in:
Brandy Carney
2018-07-13 13:18:44 -04:00
parent 03f9c31e4c
commit a6552a7e23
3 changed files with 1 additions and 5 deletions

View File

@ -306,8 +306,6 @@ export class Tabs implements NavOutlet {
];
if (!this.tabbarHidden) {
console.log('render tabs');
dom.push(
<ion-tabbar
tabs={this.tabs.slice()}