Skip to content

Commit 11b1db8

Browse files
committed
Remove binding
1 parent 53f6f6c commit 11b1db8

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
@@ -22,7 +22,6 @@ def metric_name(name, payload)
2222
job = payload[:job] || payload[:jobs].first
2323

2424
queue = job.queue_name
25-
binding.irb
2625
job_class = job.class.name.include?('::') ? job.class.name[job.class.name.rindex('::') + 2..-1] : job.class.name
2726
method = method_from_name(name)
2827
"Ruby/ActiveJob/#{job_class}/#{queue}/#{method}"

0 commit comments

Comments
 (0)