Skip to content

Commit 8df4c5f

Browse files
Remove hanging TODO from prior change (#1758)
1 parent df5cd1f commit 8df4c5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/flags.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ func addNodeFlags(fs *pflag.FlagSet) {
368368
fs.Bool(TracingInsecureKey, true, "If true, don't use TLS when sending trace data")
369369
fs.Float64(TracingSampleRateKey, 0.1, "The fraction of traces to sample. If >= 1, always sample. If <= 0, never sample")
370370
fs.StringToString(TracingHeadersKey, map[string]string{}, "The headers to provide the trace indexer")
371-
// TODO add flag to take in headers to send from exporter
372371
}
373372

374373
// BuildFlagSet returns a complete set of flags for avalanchego

0 commit comments

Comments
 (0)