mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
remove console.log
This commit is contained in:
1
js/ext/angular/src/directive/ionicBar.js
vendored
1
js/ext/angular/src/directive/ionicBar.js
vendored
@@ -54,7 +54,6 @@ angular.module('ionic.ui.header', ['ngAnimate'])
|
||||
});
|
||||
|
||||
$scope.$watch('rightButtons', function(val) {
|
||||
console.log('Right buttons changed');
|
||||
// Resize the title since the buttons have changed
|
||||
hb.align();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user