Removed commented out code

Something something I should just get a decent debugging mode.
This commit is contained in:
Yorick Peterse 2015-08-06 17:01:51 +02:00
parent e4e777ac4a
commit 44bd0751bc
1 changed files with 0 additions and 4 deletions

View File

@ -88,10 +88,6 @@ module Oga
generator = Ruby::Generator.new generator = Ruby::Generator.new
source = generator.process(proc_ast) source = generator.process(proc_ast)
#File.open('/tmp/xpath.rb', 'w') do |handle|
# handle.write(source.gsub("\n\n", "\n"))
#end
eval(source) eval(source)
ensure ensure
reset reset