This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit 6f740b63a9f6a97c7a28c59829c7b2a526f33b75 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Thu Aug 14 14:25:27 2014 +0200 remove debug code --- pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js b/pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js index 721c7fa..ace09b3 100644 --- a/pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js +++ b/pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js @@ -69,14 +69,12 @@ angular.module('alertControllers', []) }); $scope.$on('load', function () { - console.log('load'); if (angular.isUndefined($scope.alert)) { $scope.alert = {msg: 'info.load', type: 'info', icon: 'fa fa-spin fa-spinner'}; $scope.data.alerts.push($scope.alert); } }); $scope.$on('unload', function () { - console.log('finish load'); var index = $scope.data.alerts.indexOf($scope.alert); if (index >= 0) { $scope.data.alerts.splice(index, 1); -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.