Skip to content

Commit e2f1355

Browse files
chore(pagination): Remove unwanted console.log
1 parent 8989355 commit e2f1355

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

1820EN_09_Code/04_pagination_directive/directive.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ angular.module('pagination-directive', [])
3030
return scope.currentPage === 1;
3131
};
3232
scope.noNext = function() {
33-
console.log(scope.currentPage, scope.numPages, scope.currentPage === scope.numPages);
3433
return scope.currentPage === scope.numPages;
3534
};
3635
scope.isActive = function(page) {

0 commit comments

Comments
 (0)