Skip to content

Commit 5e7c4aa

Browse files
committed
Remove binding
1 parent 1282b59 commit 5e7c4aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/new_relic/agent/instrumentation/active_job_subscriber.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def add_segment_params(segment, payload)
1919
# NOTE: For `enqueue_all.active_job`, only the first job is used to determine the queue.
2020
# Therefore, this assumes all jobs given as arguments for perform_all_later share the same queue.
2121
def metric_name(name, payload)
22-
binding.irb
2322
job = payload[:job] || payload[:jobs].first
2423

2524
queue = job.queue_name

0 commit comments

Comments
 (0)