remove console.log

This commit is contained in:
Adam Bradley
2014-01-22 10:14:06 -06:00
parent 73cad15ed2
commit 56446c4dfe

View File

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