Skip to content

Commit

Permalink
remove uri_html definition which is blanked later
Browse files Browse the repository at this point in the history
  • Loading branch information
wkdewey committed Sep 18, 2024
1 parent 18e1aad commit 2c9b4b4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/datura/to_es/pdf_to_es/fields.rb
Original file line number Diff line number Diff line change
Expand Up @@ -231,18 +231,6 @@ def uri_data
)
end

def uri_html
File.join(
@options["data_base"],
"data",
@options["collection"],
"output",
@options["environment"],
"html",
"#{@id}.html"
)
end

def works
# if @row["works"]
# @row["works"].split("; ")
Expand Down

0 comments on commit 2c9b4b4

Please sign in to comment.