This is an automated email from the git hooks/post-receive script. New commit to branch feature/createPreviewRessource in repository pollen. See http://git.chorem.org/pollen.git commit ed60d64a8be38ac8827e08970cb66d312d5c2324 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Tue Aug 12 18:35:17 2014 +0200 remove debug code --- pollen-ui-angular/src/main/webapp/js/directives.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/pollen-ui-angular/src/main/webapp/js/directives.js b/pollen-ui-angular/src/main/webapp/js/directives.js index b123ee1..34e8fdd 100644 --- a/pollen-ui-angular/src/main/webapp/js/directives.js +++ b/pollen-ui-angular/src/main/webapp/js/directives.js @@ -483,7 +483,6 @@ angular.module('pollenDirective', []) scope.previewURL += "/" + scope.meta.name; } - console.log(scope.meta.type); scope.isImage = isImage(scope.meta.type); $(element).find('div').spin(false); @@ -510,7 +509,6 @@ angular.module('pollenDirective', []) var allTypeAccepted = ["image/jpeg", "image/png", "image/gif"]; for (var i in allTypeAccepted) { - console.log(allTypeAccepted[i]); if (allTypeAccepted[i] == type) { return true; } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.