Skip to content

Commit

Permalink
Merge pull request #645 from justindell/main
Browse files Browse the repository at this point in the history
remove debugging statements
  • Loading branch information
allmarkedup authored Oct 24, 2024
2 parents 62a1e83 + 2f21f09 commit 6e4db6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/lookbook/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ def preview_controller
end

def load_previews(changes = nil)
puts "----------------------------- LOADING PREVIEWS"
changed_files = [*changes[:added], *changes[:modified]] if changes
parser.parse(changed_files) do |code_objects|
previews.load(code_objects.all(:class), changes)
Expand All @@ -245,7 +244,6 @@ def load_previews(changes = nil)
end

def load_pages(changes = nil)
puts "----------------------------- LOADING PAGES"
pages.load(Engine.page_paths, changes)
rescue => e
Lookbook.logger.error(e)
Expand Down

0 comments on commit 6e4db6e

Please sign in to comment.