[pollen] branch develop updated (bb5a0b3 -> 4e502e2)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See http://git.chorem.org/pollen.git from bb5a0b3 fixes #1068 redirect to home when logout and delete all alert, and delete all data in session storage without locale new 4e502e2 remove debug code The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 4e502e2e37c7c97b80785f460315d2b0af84382f Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Thu Aug 28 16:49:11 2014 +0200 remove debug code Summary of changes: pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js | 1 - 1 file changed, 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm