From a6552a7e23db43c1464ce43926c3a3d95b09a65c Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 13 Jul 2018 13:18:44 -0400 Subject: [PATCH] style(components): remove console logs --- core/src/components/refresher/refresher.tsx | 2 +- core/src/components/tabbar/tabbar.tsx | 2 -- core/src/components/tabs/tabs.tsx | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/core/src/components/refresher/refresher.tsx b/core/src/components/refresher/refresher.tsx index 5fba30f9a6..974dca1b43 100644 --- a/core/src/components/refresher/refresher.tsx +++ b/core/src/components/refresher/refresher.tsx @@ -227,7 +227,7 @@ export class Refresher { } // prevent native scroll events - console.log('preventDefault'); + console.debug('preventDefault'); ev.preventDefault(); // the refresher is actively pulling at this point diff --git a/core/src/components/tabbar/tabbar.tsx b/core/src/components/tabbar/tabbar.tsx index 98e3fde843..25fe4bed68 100644 --- a/core/src/components/tabbar/tabbar.tsx +++ b/core/src/components/tabbar/tabbar.tsx @@ -196,8 +196,6 @@ export class Tabbar { } render() { - console.log('render tabbar'); - const selectedTab = this.selectedTab; const ionTabbarHighlight = this.highlight ?
as HTMLElement : null; const tabButtons = this.tabs.map(tab =>