Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
Remove unnecessary comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJF committed Jun 4, 2018
1 parent c571560 commit ddb0c67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/trace-agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ func (a *Agent) Process(t model.Trace) {
sampledTrace.Trace = &pt.Trace
}

// Transactions extraction
sampledTrace.Transactions = a.TransactionSampler.Extract(pt)

if !sampledTrace.Empty() {
Expand Down

0 comments on commit ddb0c67

Please sign in to comment.