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 4e502e2e37c7c97b80785f460315d2b0af84382f Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Thu Aug 28 16:49:11 2014 +0200 remove debug code --- pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js | 1 - 1 file changed, 1 deletion(-) 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 0b40766..3100aee 100644 --- a/pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js +++ b/pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js @@ -132,7 +132,6 @@ angular.module('alertControllers', []) var filter = function (alert) { return alert.type === type; }; - console.log("hide alert type : " + type); hideFilterAlert(filter); }); -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.