Skip to content

Commit 0c1d7dd

Browse files
committed
chore: remove unneeded console.log
1 parent fcff09d commit 0c1d7dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nativescript-core/ui/bottom-navigation/bottom-navigation.android.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,6 @@ export class BottomNavigation extends TabNavigationBase {
768768
}
769769

770770
public _setItemColor(tabStripItem: TabStripItem) {
771-
console.log("_setItemColor", tabStripItem._index);
772771
const itemColor = (tabStripItem._index === this.selectedIndex) ? this._selectedItemColor : this._unSelectedItemColor;
773772
if (!itemColor) {
774773
return;

0 commit comments

Comments
 (0)