Skip to content

Commit

Permalink
WEB-6880: Removing an extra print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyd committed Mar 13, 2024
1 parent b580e0d commit 1df60f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/runner/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def render_content_module(module_file:, local: false)
image_provider&.process
renderer = Renderer::ContentModule.new(content_module, image_provider:)
renderer.render
p content_module
content_module
end

def lint_content_module(module_file:, options: {})
Expand Down

0 comments on commit 1df60f4

Please sign in to comment.