Skip to content

Commit

Permalink
di cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jun 18, 2024
1 parent 63cabe0 commit 504ad23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/datadog/di/hook.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ module Hook

module_function def on_line_tracepoint(tp, **opts)
cb = INSTRUMENTED_LINES[tp.lineno]&.[](File.basename(tp.path))
puts "*** line tracepoint: #{cb}" if cb
#p tp.object_id
#p tp if cb
cb&.call(tp, **opts)
end
end
Expand Down

0 comments on commit 504ad23

Please sign in to comment.