Skip to content

Commit

Permalink
Remove a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
alethes committed Apr 1, 2016
1 parent db871a7 commit 6cd048c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion client/controllers.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Template._pagesPage.helpers

Template._pagesNav.helpers
show: ->
console.log Template.parentData(), Template.instance()
@fastRender or (not @infinite and 1 < @sess "totalPages")
link: ->
self = @_p
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
"name": "alethes:pages",
"summary": "State of the art, out of the box Meteor pagination",
"version": "1.8.5",
"version": "1.8.6",
"git": "https://github.com/alethes/meteor-pages"
});

Expand Down

0 comments on commit 6cd048c

Please sign in to comment.