Skip to content

Commit

Permalink
Fixing accidental debug messages in main output
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrirs committed Feb 3, 2017
1 parent 687e423 commit e3f93a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/jekyll-paginate-v2/generator/paginationPage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ def initialize(page_to_copy, ignored)
# new pagination page (so that users can get the correct keys etc)
if( page_to_copy.data['autopage'].has_key?('display_name') )
self.data['autopages'] = Jekyll::Utils.deep_merge_hashes( page_to_copy.data['autopage'], {} )
puts( "------ AUTOPAGE -------")
puts( self.data['autopages'] )
end
end

Expand Down
4 changes: 2 additions & 2 deletions lib/jekyll-paginate-v2/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Jekyll
module PaginateV2
VERSION = "1.7.1"
VERSION = "1.7.2"
# When modifying remember to issue a new tag command in git before committing, then push the new tag
# git tag -a v1.7.1 -m "Gem v1.7.1"
# git tag -a v1.7.2 -m "Gem v1.7.2"
# git push origin --tags
end # module PaginateV2
end # module Jekyll

0 comments on commit e3f93a8

Please sign in to comment.