branch develop updated (a6d7596 -> fda2e5d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from a6d7596 internal-test #6653 convert deadline Date as timestamp before update question with new status closed/adjourned/reopened new fda2e5d remove bad bad bad console.log 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 fda2e5da018b5e5d96f8fc9eaa3905b9f628d8ec Author: Yannick Martel <martel@©odelutin.com> Date: Fri Feb 13 10:58:41 2015 +0100 remove bad bad bad console.log Summary of changes: coselmar-ui/src/main/webapp/js/coselmar-controllers.js | 2 -- 1 file changed, 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm