Skip to content

Commit

Permalink
DX-914: Remove leftover puts
Browse files Browse the repository at this point in the history
  • Loading branch information
asbjornu committed Nov 5, 2021
1 parent e56aac7 commit 182973b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/kramdown-plantuml/jekyll_page_processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ class JekyllPageProcessor
def initialize(page)
raise ArgumentError, 'page cannot be nil' if page.nil?

puts page.class

@page = page
end

Expand Down

0 comments on commit 182973b

Please sign in to comment.