Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
codycooperross committed Nov 14, 2023
1 parent c0a98ca commit b6756d5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/models/concerns/crosscitable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,6 @@ def update_xml
].map { |a| [a.to_sym, send(a.to_s)] }.to_h.
compact

# Insert publisher_obj for publisher to generate XML
=begin
if read_attrs.dig(:publisher).present? && publisher_obj.present?
read_attrs[:publisher] = publisher_obj
end
=end

if from.present?
send(
"read_" + from,
Expand Down

0 comments on commit b6756d5

Please sign in to comment.