Skip to content

Commit

Permalink
remove unncessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Nov 10, 2023
1 parent 8a8ab5c commit e1a9bb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/datadog/ci/recorder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def trace(span_type, span_name, tags: {}, &block)
span_type: span_type
}

# create_datadog_span(span_name, span_options: span_options, tags: tags, &block)
if block
Datadog::Tracing.trace(span_name, **span_options) do |tracer_span, trace|
block.call(build_span(tracer_span, tags))
Expand Down

0 comments on commit e1a9bb6

Please sign in to comment.