Skip to content

Commit

Permalink
Merge pull request #2023 from DataDog/feature/redundant
Browse files Browse the repository at this point in the history
Remove redundant events assignment
  • Loading branch information
TonyCTHsu committed May 18, 2022
2 parents b8801d1 + b931bbd commit ee2a5ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/datadog/tracing/trace_operation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def initialize(
metrics: nil
)
# Attributes
@events = events || Events.new
@id = id || Core::Utils.next_id
@max_length = max_length || DEFAULT_MAX_LENGTH
@parent_span_id = parent_span_id
Expand Down

0 comments on commit ee2a5ee

Please sign in to comment.