Skip to content

Commit 7d299d5

Browse files
committed
removed leftover debugging rescue
1 parent fab03b7 commit 7d299d5

File tree

1 file changed

+0
-3
lines changed
  • ruby/hyper-model/lib/reactive_record/active_record/reactive_record

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,6 @@ def apply_scope(name, *vector)
252252
collection = build_child_scope(description, *description.name, *vector)
253253
collection.reload_from_db if name == "#{description.name}!"
254254
collection
255-
rescue
256-
debugger
257-
nil
258255
end
259256

260257
def child_scopes

0 commit comments

Comments
 (0)