Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart committed Jan 30, 2024
1 parent 9a79b72 commit 2c769b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions axiom/server_versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ func serverVersions(apiURL, traceURL, org, token, label string, failfast bool) e
continue
}

log.Printf("trace_id: %s", r.TraceID)

if earliest.IsZero() || r.Time.Before(earliest) {
earliest = r.Time
}
Expand Down

0 comments on commit 2c769b1

Please sign in to comment.