From 0c1d7ddd4f193dc5018c3f3e882f3319fdc35ad9 Mon Sep 17 00:00:00 2001 From: Vasko Date: Tue, 31 Mar 2020 12:07:54 +0300 Subject: [PATCH] chore: remove unneeded console.log --- .../ui/bottom-navigation/bottom-navigation.android.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/nativescript-core/ui/bottom-navigation/bottom-navigation.android.ts b/nativescript-core/ui/bottom-navigation/bottom-navigation.android.ts index ce70043a1..76b47e632 100644 --- a/nativescript-core/ui/bottom-navigation/bottom-navigation.android.ts +++ b/nativescript-core/ui/bottom-navigation/bottom-navigation.android.ts @@ -768,7 +768,6 @@ export class BottomNavigation extends TabNavigationBase { } public _setItemColor(tabStripItem: TabStripItem) { - console.log("_setItemColor", tabStripItem._index); const itemColor = (tabStripItem._index === this.selectedIndex) ? this._selectedItemColor : this._unSelectedItemColor; if (!itemColor) { return;