Browse Source

Remove console.log

Gaël Métais 10 years ago
parent
commit
3dc4f4641c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      front/src/js/directives/gradeDirective.js

+ 0 - 1
front/src/js/directives/gradeDirective.js

@@ -11,7 +11,6 @@ gradeDirective.directive('grade', function() {
         replace: true,
         replace: true,
         controller : function($scope) {
         controller : function($scope) {
             $scope.getGrade = function(score) {
             $scope.getGrade = function(score) {
-                console.log(score);
                 if (score >= 85) {
                 if (score >= 85) {
                     return 'A';
                     return 'A';
                 }
                 }