style(components): remove console logs

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Brandy Carney
2018-07-13 13:18:44 -04:00
gitea-unlock(16/)
parent 03f9c31e4c
commit a6552a7e23
octicon-diff(16/tw-mr-1) 3 changed files with 1 additions and 5 deletions

2
core/src/components/tabbar/tabbar.tsx
View File

@@ -196,8 +196,6 @@ export class Tabbar {
}
render() {
console.log('render tabbar');
const selectedTab = this.selectedTab;
const ionTabbarHighlight = this.highlight ? <div class="animated tabbar-highlight" /> as HTMLElement : null;
const tabButtons = this.tabs.map(tab => <ion-tab-button