mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Removed console.log
This commit is contained in:
@@ -38,7 +38,6 @@ export class ActionBar extends common.ActionBar {
|
|||||||
navigationItem.title = this.title;
|
navigationItem.title = this.title;
|
||||||
|
|
||||||
if (this.titleView && this.titleView.ios) {
|
if (this.titleView && this.titleView.ios) {
|
||||||
console.log("setting center view: " + this.titleView.ios);
|
|
||||||
navigationItem.titleView = this.titleView.ios;
|
navigationItem.titleView = this.titleView.ios;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user