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 =>