Skip to content

Commit

Permalink
Knock out debugging line
Browse files Browse the repository at this point in the history
There.  Contributed!
  • Loading branch information
marktriggs committed Apr 8, 2021
1 parent 8c969db commit 29e8990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/model/spreadsheet_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def dataset_iterator(&block)
Sequel.as(Sequel.qualify(:sub_container, :type_3_id), :sub_container_type_3_id),
Sequel.as(Sequel.qualify(:sub_container, :indicator_3), :sub_container_indicator_3),
).each do |row|
pp row

subrecord_datasets[:instance] ||= {}
subrecord_datasets[:instance][row[:archival_object_id]] ||= []
subrecord_datasets[:instance][row[:archival_object_id]] << {
Expand Down

0 comments on commit 29e8990

Please sign in to comment.