remove debugging

arnaud sellenet committed Jun 17, 2014
commit d0950ae67cc5da842a6a26f04e392f72dc6adfaf
Showing 1 changed file with 1 additions and 1 deletions
locomotive/steam/middlewares/renderer.rb b/lib/locomotive/steam/middlewares/renderer.rb +1 -1
@@ @@ -42,6 +42,7 @@ module Locomotive::Steam
protected
def parse(page, context)
+
options = {
page: page,
mapper: context.registers[:mapper],
@@ @@ -50,7 +51,6 @@ module Locomotive::Steam
}
begin
- binding.pry
::Liquid::Template.parse(page.source(I18n.locale), options)
rescue ::Liquid::SyntaxError
# do it again on the raw source instead so that the error line matches