Skip to content

Commit 590ed1c

Browse files
committed
removed extra puts
1 parent aeee495 commit 590ed1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ruby/hyper-model/lib/reactive_record/active_record/reactive_record/isomorphic_base.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ def self.gather_records(records_to_process, force, record_being_saved)
214214
backing_records = Hash[*records_to_process.collect { |record| [record.object_id, record] }.flatten(1)]
215215

216216
add_new_association = lambda do |record, attribute, assoc_record|
217-
puts "adding new association(#{record.inspect}, #{attribute}, #{assoc_record})"
218217
unless backing_records[assoc_record.object_id]
219218
records_to_process << assoc_record
220219
backing_records[assoc_record.object_id] = assoc_record

0 commit comments

Comments
 (0)