Removed console.log

This commit is contained in:
vakrilov
2015-10-22 14:19:06 +03:00
parent 286b9522c9
commit 54c4949941

View File

@ -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;
} }