Skip to content

Commit

Permalink
Remove stray puts
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzido committed Nov 19, 2016
1 parent ad8857a commit 8d191e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tabula_java_wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def Tabula.extract_tables(pdf_path, specs, options={})
bea = Java::TechnologyTabulaExtractors.BasicExtractionAlgorithm.new

Enumerator.new do |y|
puts pages.inspect
extractor.extract(pages.map { |p| p.to_java(:int) }).each do |page|
specs[page.getPageNumber].each do |spec|
if ["spreadsheet", "original", "basic", "stream"].include?(spec['extraction_method'])
Expand Down

1 comment on commit 8d191e9

@jeremybmerrill
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:D

Please sign in to comment.