This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit fda2e5da018b5e5d96f8fc9eaa3905b9f628d8ec Author: Yannick Martel <martel@©odelutin.com> Date: Fri Feb 13 10:58:41 2015 +0100 remove bad bad bad console.log --- coselmar-ui/src/main/webapp/js/coselmar-controllers.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/coselmar-ui/src/main/webapp/js/coselmar-controllers.js b/coselmar-ui/src/main/webapp/js/coselmar-controllers.js index e7f25e4..48e2458 100644 --- a/coselmar-ui/src/main/webapp/js/coselmar-controllers.js +++ b/coselmar-ui/src/main/webapp/js/coselmar-controllers.js @@ -148,8 +148,6 @@ coselmarControllers.controller("NewDocumentCtrl", ['$scope', '$location', 'docum $scope.existing = {'types' : [], 'keywords' : []}; $scope.users = []; - console.log("prout"); - documentService.findAllTypes(function(results) { $scope.existing.types = results; }); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.