Remove console.log

This commit is contained in:
Gaël Métais
2014-12-21 10:55:19 +01:00
parent 95a5f5063e
commit 3dc4f4641c
@@ -11,7 +11,6 @@ gradeDirective.directive('grade', function() {
replace: true,
controller : function($scope) {
$scope.getGrade = function(score) {
console.log(score);
if (score >= 85) {
return 'A';
}