mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: remove unneeded console.log
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user