Skip to content

Commit

Permalink
Merge pull request #78 from SwedbankPay/feature/dx-914_remove_puts
Browse files Browse the repository at this point in the history
DX-914: Remove leftover puts
  • Loading branch information
asbjornu authored Nov 5, 2021
2 parents e56aac7 + 182973b commit 42eb9f3
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 42eb9f3

Please sign in to comment.