mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Removed a console.log method call.
This commit is contained in:
@ -83,9 +83,8 @@ export class SegmentedBar extends view.View implements definition.SegmentedBar {
|
||||
var i = 0;
|
||||
var length = this.items.length;
|
||||
for (; i < length; i++) {
|
||||
console.log(`this.items[i].bindingContext = ${newValue};`);
|
||||
this.items[i].bindingContext = newValue;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user