Skip to content

Commit b3bfe3d

Browse files
author
Sascha Brink
committed
Remove console.log
1 parent d316631 commit b3bfe3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/services/resultHolderService.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ angular.module('typeCoercion')
99
var questions = shuffle(questions);
1010

1111
function getCorrectAnswersCount() {
12-
console.log(results);
1312
return questions.filter(function(question, index){
14-
console.log(index, $filter('eval')(question), results[index])
1513
return $filter('eval')(question) === results[index];
1614
}).length
1715
}

0 commit comments

Comments
 (0)